核销订单等功能完成
Showing
3.2 KB
7.04 KB
9.54 KB
... | @@ -4,7 +4,7 @@ abstract_target 'car_base' do | ... | @@ -4,7 +4,7 @@ abstract_target 'car_base' do |
pod 'AFNetworking', '~> 3.1.0' | pod 'AFNetworking', '~> 3.1.0' | ||
pod 'SDWebImage', '~> 3.7.5' | pod 'SDWebImage', '~> 3.7.5' | ||
pod 'MBProgressHUD', '~> 1.0.0' | pod 'MBProgressHUD', '~> 1.0.0' | ||
pod 'MJRefresh', '~> 3.1.2' | pod 'MJRefresh' | ||
pod 'IQKeyboardManager', '~> 4.0.6' | pod 'IQKeyboardManager', '~> 4.0.6' | ||
pod 'JSONModel', '~> 1.2.0' | pod 'JSONModel', '~> 1.2.0' | ||
pod 'DZNEmptyDataSet', '~> 1.8.1' | pod 'DZNEmptyDataSet', '~> 1.8.1' | ||
... | @@ -14,9 +14,9 @@ abstract_target 'car_base' do | ... | @@ -14,9 +14,9 @@ abstract_target 'car_base' do |
pod 'ZXingObjC', '~> 3.0' | pod 'ZXingObjC', '~> 3.0' | ||
pod 'UMengUShare/Social/WeChat' | pod 'UMengUShare/Social/WeChat' | ||
target 'Car' do | target 'Car-Customer' do | ||
end | end | ||
target 'Car Release' do | target 'Car-Customer Release' do | ||
end | end | ||
end | end | ||