iOS_YIJIANLIAN/Podfile

37 lines
1023 B
Ruby

source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
platform :ios, '15.0'
use_frameworks!
target "oneTouch" do
pod 'JPush'
pod 'SDWebImage', '~> 5.18.0'
pod 'SDCycleScrollView','>= 1.82'
pod 'Yams'
pod 'Kingfisher', '~> 7.0'
pod 'SAMKeychain'
pod 'JXCategoryView'
pod 'CocoaLumberjack/Swift', '~> 3.7.0'
pod 'TPInAppReceipt'
pod 'SnapKit','5.7.1'
pod 'SwiftEventBus', :tag => '5.0.1', :git => 'https://github.com/cesarferreira/SwiftEventBus.git'
pod 'KeychainAccess'
pod 'SwiftyJSON','5.0.2'
pod 'HandyJSON' , '5.0.4-beta'
pod 'SwiftColor','~> 1.4.0'
pod 'MBProgressHUD',:git => 'https://github.com/jdg/MBProgressHUD.git', :commit => '18c442d57398cee5ef57f852df10fc5ff65f0763'
pod 'Alamofire', '~> 5.10.2'
pod 'ObjectMapper', '~> 4.2'
pod 'IQKeyboardManager'
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['ENABLE_BITCODE'] = 'NO'
end
end
end