本项目最开始 基于 SwifterSwift
- ios 基础库
CTBaseFoundation
- 更新内容记录:ChangeLog
- 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 'CTBaseFoundation'
pod 'CTBaseFoundation/Core'
pod 'CTBaseFoundation/Extension'
pod 'CTBaseFoundation/UIKit'
- 1.无论导入全部还是部分功能,都会导入
Core
相关部分。 - 2.发现库版本号与github上最新版本不一致时请
pod update
。 - 3.发现问题请提交issue。
CTBaseFoundation is available under the MIT license. See the LICENSE file for more info.