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.

68 lines
1.7 KiB

# Uncomment the next line to define a global platform for your project
# platform :ios, '10.0'
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/aliyun/aliyun-specs.git'
platform :ios, '9.0'
target 'Lookfit' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for Lookfit
#Rx
pod 'RxSwift', '~> 5.1.0'
pod 'RxCocoa', '~> 5.1.0'
pod 'RxDataSources'
pod 'RxGesture'
pod 'NSObject+Rx'
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', 'DD_LEGACY_MACROS=1']
config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO'
end
# rxswift
if target.name == 'RxSwift'
target.build_configurations.each do |config|
if config.name == 'Debug'
config.build_settings['OTHER_SWIFT_FLAGS'] ||= ['-D', 'TRACE_RESOURCES']
end
end
end
end
end
#Networking
pod 'Alamofire'
pod 'Moya', :git=>'https://github.com/Moya/Moya.git', :tag=>'14.0.0-alpha.1'
pod 'Moya/RxSwift', :git=>'https://github.com/Moya/Moya.git', :tag=>'14.0.0-alpha.1'
pod 'Kingfisher'
pod 'AlicloudHTTPDNS', '~> 1.19.2.4'
#UI
pod 'SnapKit'
pod 'MJRefresh'
pod 'ReusableKit'
pod 'SVProgressHUD'
pod 'NVActivityIndicatorView'
pod 'R.swift'
#Data
pod 'FMDB'
pod 'SwiftyJSON'
pod 'HandyJSON', '~> 5.0.3-beta'
pod 'ObjectMapper'
#Tool
pod 'Then'
pod 'SSZipArchive'
pod 'CryptoSwift'
#nordic蓝牙固件升级
pod 'iOSDFULibrary'
pod 'ZIPFoundation', '~> 0.9'
end