Podfile 233 B

12345678910
  1. platform:ios, '8.0'
  2. target "ZHRQ_GYZ" do
  3. pod 'AFNetworking', '~> 3.0.4'
  4. pod 'SDWebImage', '~> 3.7.5'
  5. pod 'SVProgressHUD', '~> 2.0-beta8'
  6. pod 'MJExtension', '~> 3.0.10'
  7. pod 'MJRefresh', '~> 3.1.0'
  8. pod 'MBProgressHUD', '~> 1.0.0'
  9. end