You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.7 KiB
76 lines
1.7 KiB
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git' |
|
inhibit_all_warnings! |
|
platform :ios, '12.0' |
|
use_frameworks! |
|
target 'LekangGuard' do |
|
|
|
pod 'Masonry' |
|
pod 'ReactiveObjC' |
|
#pod 'MJRefresh' ,'~> 3.1.15.7' |
|
pod 'DZNEmptyDataSet' |
|
pod 'EasyShowView' |
|
# pod 'JGProgressHUD' |
|
pod 'BRPickerView' |
|
pod 'ZXNavigationBar' |
|
pod 'KafkaRefresh' |
|
pod 'MSNetwork' |
|
pod 'YYModel' |
|
pod 'LTScrollView' |
|
pod 'SDWebImage' |
|
pod 'JhtMarquee' |
|
pod 'YCShadowView' |
|
# pod 'AlipaySDK-iOS' |
|
pod 'WechatOpenSDK-XCFramework' |
|
# pod 'HyCharts' |
|
# pod 'HyCategoriess' |
|
# pod 'HyCycleView' |
|
pod 'DZNEmptyDataSet' |
|
|
|
# pod 'AMapSearch' |
|
pod 'AMap3DMap-NO-IDFA' |
|
pod 'AMapSearch-NO-IDFA' |
|
pod 'AMapLocation-NO-IDFA' |
|
pod 'AMapFoundation-NO-IDFA' |
|
|
|
pod 'MQTTClient', '0.9.5' |
|
pod 'MJExtension', '3.0.13' |
|
|
|
pod 'JuphoonCloudSDK_iOS', '2.12' |
|
pod 'JLAuthorizationManager' |
|
pod 'WHToast','~>0.0.7' |
|
pod 'LSTPopView', '~> 0.1.08111531' |
|
pod 'AgoraRtcEngine_Special_iOS', '3.6.216' |
|
pod 'GoogleMaps', '~> 2.0.0' |
|
pod 'GooglePlaces' |
|
pod 'SGQRCode', '~> 4.1.0' |
|
|
|
pod 'IQKeyboardManager', '4.0.10' |
|
|
|
pod 'LGAlertView' |
|
|
|
pod 'mob_smssdk', '~> 3.3.1' |
|
pod 'SYTouchLabel' |
|
|
|
|
|
target 'LekangGuardTests' do |
|
inherit! :search_paths |
|
# Pods for testing |
|
end |
|
|
|
target 'LekangGuardUITests' do |
|
# Pods for testing |
|
end |
|
|
|
end |
|
|
|
post_install do |installer| |
|
installer.pods_project.targets.each do |target| |
|
target.build_configurations.each do |config| |
|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '8.0' |
|
end |
|
end |
|
installer.pods_project.build_configurations.each do |config| |
|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" |
|
|
|
end |
|
end
|
|
|