Podfile 350 B

12345678910111213141516
  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 'BRPickerView'
  10. # pod 'UMCCommon'
  11. # pod 'UMCSecurityPlugins'
  12. # pod 'UMCShare/UI'
  13. # pod 'UMCShare/Social/ReducedWeChat'
  14. pod 'WechatOpenSDK'
  15. pod 'SDCycleScrollView', '~> 1.75'
  16. end