1234567891011121314151617181920212223 |
- platform :ios, ‘8.0’
- target ‘CAIPU’ do
- pod 'MBProgressHUD'
- pod 'AFNetworking'
- pod 'SDWebImage', '3.7.3'
- pod 'MJRefresh'
- pod 'Masonry'
- pod 'YYModel'
- pod 'FMDB'
- pod 'IQKeyboardManager'
- pod 'Bugly'
- pod 'UMengAnalytics'
- pod 'Bugly'
- pod 'YYText'
- pod 'LKDBHelper'
- pod 'PYPhotoBrowser'
- pod 'UITableView+FDTemplateLayoutCell', '~> 1.6'
- pod 'SDAutoLayout', '~> 2.2.0'
- end
|