Podfile 278 B

1234567891011121314
  1. platform :ios, '8.0'
  2. target '千模' do
  3. pod 'AFNetworking'
  4. pod 'MBProgressHUD'
  5. pod 'MJRefresh'
  6. pod 'PGPickerView'
  7. pod 'NIMKit/Full'
  8. pod 'Reachability'
  9. # pod 'UMCCommon'
  10. # pod 'UMCSecurityPlugins'
  11. # pod 'UMCShare/UI'
  12. # pod 'UMCShare/Social/ReducedWeChat'
  13. pod 'WechatOpenSDK'
  14. end