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.

61 lines
1.3 KiB

2 years ago
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 'YYModel'
pod 'KafkaRefresh'
pod 'MSNetwork'
pod 'YYModel'
pod 'LTScrollView'
pod 'SDWebImage'
pod 'JhtMarquee'
pod 'YCShadowView'
# pod 'AlipaySDK-iOS'
# pod 'WechatOpenSDK'
# pod 'HyCharts'
# pod 'HyCategoriess'
# pod 'HyCycleView'
pod 'DZNEmptyDataSet'
pod 'JLAuthorizationManager'
pod 'AMapSearch'
pod 'MQTTClient', '0.9.5'
2 years ago
pod 'GoogleMaps', '~> 2.0.0'
pod 'GooglePlaces'
pod 'LGAlertView'
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