2
0

Podfile 336 B

1234567891011121314151617
  1. platform:ios, '8.0'
  2. inhibit_all_warnings!
  3. use_frameworks!
  4. target 'SLAiELTS' do
  5. pod 'IQKeyboardManager'
  6. pod 'Masonry'
  7. pod 'SDWebImage', '~> 4.0.0'
  8. pod 'MBProgressHUD', '~> 1.0.0'
  9. pod 'AFNetworking' , '~>3.1.0'
  10. pod 'MJRefresh'
  11. pod 'NJKWebViewProgress'
  12. pod 'MJExtension'
  13. pod 'PGDatePicker'
  14. pod 'JXCategoryView'
  15. end