Podfile 435 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
platform :ios, '8.0'

abstract_target 'car_base' do
  pod 'AFNetworking', '~> 3.1.0'
  pod 'SDWebImage', '~> 3.7.5'
  pod 'MBProgressHUD', '~> 1.0.0'
  pod 'MJRefresh', '~> 3.1.2'
  pod 'IQKeyboardManager', '~> 4.0.6'
  pod 'JSONModel', '~> 1.2.0'
  pod 'DZNEmptyDataSet', '~> 1.8.1'
  pod 'UMengAnalytics-NO-IDFA'
Sandy's avatar
Sandy committed
12 13 14
  pod 'BaiduMapKit', '~> 3.0.0'
  pod 'JPush', '~> 2.2.0.1'
  pod 'ZXingObjC', '~> 3.0'
15 16 17 18 19
  
  target 'Car' do
  end
end