swift中常用的第三方库

  • IGListKit [UICollectionView 框架] -> pod 'IGListKit', '~> 2.0.0

  • Realm [移动端数据库] -> pod 'RealmSwift’

  • Moya [抽象网络层] -> pod 'Moya', ‘8.0.0’

  • SwiftyJSON [JSON 解析] -> pod 'SwiftyJSON’

  • Valet [钥匙串帮手] -> pod 'Valet’

  • Firebase Analytics [分析] -> pod 'Firebase/Core’

  • AsyncDisplayKit [异步 UI SDK] -> pod 'AsyncDisplayKit’

  • DZNEmptyDataSet [空状态模式] -> pod 'DZNEmptyDataSet’

  • Chameleon [扁平化颜色框架] -> pod 'ChameleonFramework/Swift', :git => 'ViccAlexander/Chameleon'

  • PermissionScope [iOS 权限框架] -> pod 'PermissionScope’

  • FileKit [文件管理] -> pod 'FileKit', '~> 4.0.0’

  • SwiftyUserDefaults [user defaults 帮手] -> pod 'SwiftyUserDefaults’

  • Kingfisher [下载图片] -> pod 'Kingfisher', '~> 3.0’

  • Hero [自定义试图控制器过渡动画] -> pod 'Hero’

  • Hedwig [发送 email]

  • DeviceKit [设备信息] -> pod 'DeviceKit', '~> 1.0’

  • Charts [图表] -> pod 'Charts’

  • MGSwipeTableCell [可以滑动的 table cells] -> pod 'MGSwipeTableCell’

  • RandomKit [随机生成数字] -> pod 'RandomKit', '~> 3.0.0’

  • ResponseDetective [调适网络请求] -> pod 'ResponseDetective’

  • Onboard [用户指导页] -> pod 'Onboard’

  • Quick + Nimble [BDD 测试] -> pod 'Quick’ pod 'Nimble’

  • Natalie [从 storyboard 生成代码]

  • RxSwift [reactive 编程] -> pod 'RxSwift', '~> 3.0’

  • GDPerformanceView [实时 FPS and CPU 用量] -> pod 'GDPerformanceView-Swift', '~> 1.1.0’

  • Alamofire [网络] -> pod 'Alamofire', '~> 4.3’

  • SwiftyStoreKit [app 内购] -> pod 'SwiftyStoreKit’

  • Timepiece [date 帮手] -> pod 'Timepiece’

  • CryptoSwift [加密] -> pod 'CryptoSwift’

  • FSCalendar [日历] -> pod 'FSCalendar’

  • ImageViewer [模仿 Twitter 的图片查看器] -> pod 'ImageViewer’

  • PromiseKit [promises] -> pod 'PromiseKit', '~> 4.0’

  • Ensembles [Core Data 同步] -> pod 'Ensembles’

里面有的库有更新版本,在使用 pod 的时候,可以省略本文中后面的版本号,后期会继续增加比较有价值的库,敬请老铁们关注!!

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容