Skip to content

ours-curiosity/ios_base_foundation

Repository files navigation

ios_base_foundation

CocoaPods Compatible Platform Build Status Sponsors LICENSE Swift Xcode

⚠️ To use with Swift 5.x please ensure you are using >= 0.5.0 ⚠️

本项目最开始 基于 SwifterSwift

  • ios 基础库 CTBaseFoundation
  • 更新内容记录:ChangeLog

要求:

  • swift:5.0
  • iOS:10.0

使用:

  1. 首先添加私有库repopod
pod repo add CTSpecs https://github.com/ours-curiosity/CTSpecs.git
  1. Podfile 中添加私有库的源source
source 'https://github.com/ours-curiosity/CTSpecs'
  1. 添加以下语句到Podfile文件
pod 'CTBaseFoundation' 

只想导入最基础的功能(Core):

pod 'CTBaseFoundation/Core'

只导入所有扩展(Extensions):

pod 'CTBaseFoundation/Extension' 

只导入UIKit相关扩展(UIKit):

pod 'CTBaseFoundation/UIKit' 

备注:

  • 1.无论导入全部还是部分功能,都会导入Core相关部分。
  • 2.发现库版本号与github上最新版本不一致时请pod update
  • 3.发现问题请提交issue。

License

CTBaseFoundation is available under the MIT license. See the LICENSE file for more info.