123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- =begin
- 这里写注释
- =end
- platform :ios, '9.0'
- target 'RainbowPlanetOC' do
- # 网络请求
- pod 'AFNetworking'
- pod 'YTKNetwork'
- # 图片加载
- pod 'SDWebImage'
- pod 'SDWebImage/GIF'
- # 下来刷新上啦加载
- pod 'MJRefresh'
- # json解析
- pod 'MJExtension'
- # 加载提示框
- pod 'MBProgressHUD'
- # 布局约束
- pod 'Masonry'
- # 键盘
- pod 'IQKeyboardManager'
- # 轮播图
- pod 'SDCycleScrollView'
- # 分段导航栏
- pod 'MJCSegmentInterface'
- # tabbar
- pod 'CYLTabBarController'
- # 内存泄露检测工具
- pod 'MLeaksFinder'
- end
|