Podfile 599 Bytes
Newer Older
1

Sandy's avatar
Sandy committed
2
inhibit_all_warnings!
3

Sandy's avatar
Sandy committed
4
platform :ios, '8.0'
5

Sandy's avatar
Sandy committed
6 7 8 9 10 11 12 13 14 15
abstract_target 'hdmall_base' do
    pod 'FDFullscreenPopGesture', '1.1'
    pod 'JSONModel', '~> 1.7.0'
    pod 'UMengAnalytics-NO-IDFA'
    pod 'DZNEmptyDataSet'
    pod 'MJRefresh', '~> 3.1.2'
    pod 'AFNetworking', '~> 3.0.4'
    pod 'SDWebImage', '~> 3.7.4'
    pod 'IQKeyboardManager', '~> 4.0.6'
    pod 'MBProgressHUD', '~> 1.0.0'
16 17
    pod 'JSONKit-NoWarning', '~> 1.2'
    pod 'RadioButton'
18
    pod 'TZImagePickerController', '~> 1.8.4'
Sandy's avatar
Sandy committed
19
    pod 'DatePickerTextField', '~> 1.0.2'
20 21
#  target 'HDMall' do
#  end
Sandy's avatar
Sandy committed
22 23 24
  target 'HDMall_TEST' do
  end
end