修改cocoapods格式问题
Showing
Podfile
0 → 100644
inhibit_all_warnings! | |||
platform :ios, '8.0' | |||
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' | |||
target 'HDMall' do | |||
end | |||
target 'HDMall_TEST' do | |||
end | |||
end |
Podfile.lock
0 → 100644
Please
register
or
sign in
to comment