# BridgeEngine **Repository Path**: huqs/BridgeEngine ## Basic Information - **Project Name**: BridgeEngine - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BridgeEngine [![CI Status](https://img.shields.io/travis/hu670014125@163.com/BridgeEngine.svg?style=flat)](https://travis-ci.org/hu670014125@163.com/BridgeEngine) [![Version](https://img.shields.io/cocoapods/v/BridgeEngine.svg?style=flat)](https://cocoapods.org/pods/BridgeEngine) [![License](https://img.shields.io/cocoapods/l/BridgeEngine.svg?style=flat)](https://cocoapods.org/pods/BridgeEngine) [![Platform](https://img.shields.io/cocoapods/p/BridgeEngine.svg?style=flat)](https://cocoapods.org/pods/BridgeEngine) ## Example To run the example project, clone the repo, and run `pod install` from the Example directory first. ## Requirements ## Installation BridgeEngine is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby pod 'BridgeEngine' ``` ## Author hu670014125@163.com, hu670014125@163.com ## License BridgeEngine is available under the MIT license. See the LICENSE file for more info. ## 添加pod 私有厂库 pod repo add BridgeEngine https://gitee.com/huqs/BridgeEngine.git ## 验证本地私有库 pod spec lint --allow-warnings ## 验证私有库 pod spec lint --sources='https://gitee.com/huqs/BridgeEngine.git,https://github.com/CocoaPods/Specs' --allow-warnings ## 生成自己的私有pod库 pod repo push BridgeEngine BridgeEngine.podspec --sources='https://gitee.com/huqs/BridgeEngine.git,https://github.com/CocoaPods/Specs' --allow-warnings --use-libraries pod repo push BridgeEngine BridgeEngine.podspec