You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
374 B

  1. platform :ios, '8.0'
  2. target 'ZZSpiderMall' do
  3. pod 'AFNetworking', '~>3.1'
  4. pod 'SDWebImage', '~>3.7.5'
  5. pod 'SDAutoLayout', '~>1.52'
  6. pod 'CocoaLumberjack', '~>2.0.0'
  7. pod 'iOS-Category', '~> 1.0.5'
  8. pod 'TSMessages', '~>0.9.12'
  9. pod 'MJRefresh', '~> 3.1.12'
  10. pod 'MJExtension', '~> 3.0.13'
  11. pod 'MBProgressHUD', '~> 1.0.0'
  12. pod 'FDFullscreenPopGesture', '~> 1.1'
  13. end