1
正在显示
Pods/Bugly/Bugly.framework/Bugly
0 → 100644
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
No preview for this file type
| ... | @@ -4,16 +4,22 @@ platform :ios, '9.0' | ... | @@ -4,16 +4,22 @@ platform :ios, '9.0' |
| target 'iOS-2kj' do | target 'iOS-2kj' do | ||
| pod 'HandyJSON' | pod 'HandyJSON' | ||
| pod 'IQKeyboardManager' #键盘 | pod 'IQKeyboardManager' #键盘 | ||
| pod 'AAINetwork', :http => 'https://prod-guardian-cv.oss-ap-southeast-5.aliyuncs.com/sdk/iOS-libraries/AAINetwork/AAINetwork-V1.0.0.tar.bz2', type: :tbz | pod 'AAINetwork', :http => 'https://prod-guardian-cv.oss-ap-southeast-5.aliyuncs.com/sdk/iOS-libraries/AAINetwork/AAINetwork-V1.0.0.tar.bz2', type: :tbz | ||
| pod 'AAILiveness', :http => 'https://prod-guardian-cv.oss-ap-southeast-5.aliyuncs.com/sdk/iOS-liveness-detection/2.0.6/iOS-Liveness-SDK-V2.0.6.tar.bz2', type: :tbz | pod 'AAILiveness', :http => 'https://prod-guardian-cv.oss-ap-southeast-5.aliyuncs.com/sdk/iOS-liveness-detection/2.0.6/iOS-Liveness-SDK-V2.0.6.tar.bz2', type: :tbz | ||
| pod 'Adjust' | pod 'Adjust' | ||
| pod 'SDWebImage' | pod 'SDWebImage' | ||
| pod 'SDCycleScrollView' | pod 'SDCycleScrollView' | ||
| pod 'SnapKit' | pod 'SnapKit' | ||
| pod 'MBProgressHUD' | pod 'MBProgressHUD' | ||
| pod 'MCToast' | pod 'MCToast' | ||
| # pod 'Bugly' | pod 'Bugly' | ||
| end | |||
| post_install do |installer| | |||
| installer.pods_project.build_configurations.each do |config| | |||
| config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" | |||
| end | |||
| end | |||
| end |
请
注册
或者
登录
后发表评论