iOS_XINGYUN/Podfile

27 lines
677 B
Ruby

source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
platform :ios, '15.0'
use_frameworks!
target 'XINY' do
pod 'JXCategoryView'
pod 'IQKeyboardManager'
pod 'SwiftyJSON','5.0.2'
pod 'SnapKit','5.7.1'
pod 'RxSwift','~>6.9.0'
pod 'SwiftyStoreKit'
pod 'SwiftEventBus', :tag => '5.0.1', :git => 'https://github.com/cesarferreira/SwiftEventBus.git'
pod 'KeychainAccess'
pod 'Yams'
pod 'HandyJSON' , '5.0.4-beta'
pod 'SVProgressHUD'
pod 'SwiftColor','~> 1.4.0'
pod 'Alamofire', '~> 5.10.2'
pod 'ObjectMapper', '~> 4.2'
pod 'CocoaLumberjack/Swift', '~> 3.7.0'
pod 'lottie-ios'
pod 'Kingfisher', '~> 7.0'
pod 'SAMKeychain'
end