To run the example project, clone the repo, and run pod install
from the Example directory first.
CTBaseUIWidget
- swift:5.0
- iOS:10.0
- 首先添加私有库
repo
到pod
pod repo add CTSpecs https://github.com/ours-curiosity/CTSpecs.git
- 在
Podfile
中添加私有库的源source
source 'https://github.com/ours-curiosity/CTSpecs'
- 添加以下语句到
Podfile
文件
pod 'CTBaseUIWidget'
pod 'CTBaseUIWidget/CTToast'
pod 'CTBaseFoundation/InviteFiled'
- 1.本库依赖
CTBaseFoundation/Core
,CTToast
依赖Toast-Swift
- 2.发现库版本号与github上最新版本不一致时请
pod update
。 - 3.发现问题请提交issue。
BaseUIWidget is available under the MIT license. See the LICENSE file for more info.