1234567891011121314151617 |
- platform:ios, '8.0'
- inhibit_all_warnings!
- use_frameworks!
- target 'SLAiELTS' do
- pod 'IQKeyboardManager'
- pod 'Masonry'
- pod 'SDWebImage', '~> 4.0.0'
- pod 'MBProgressHUD', '~> 1.0.0'
- pod 'AFNetworking' , '~>3.1.0'
- pod 'MJRefresh'
- pod 'NJKWebViewProgress'
- pod 'MJExtension'
- pod 'PGDatePicker'
- pod 'JXCategoryView'
- end
|