56 lines
1.3 KiB
Ruby
56 lines
1.3 KiB
Ruby
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
|
|
|
|
platform :ios, '15.0'
|
|
use_frameworks!
|
|
|
|
|
|
|
|
target "AnXuanApp" do
|
|
|
|
pod 'SwiftyStoreKit'
|
|
pod 'TPInAppReceipt'
|
|
pod 'SwiftEventBus', :tag => '5.0.1', :git => 'https://github.com/cesarferreira/SwiftEventBus.git'
|
|
pod 'KeychainAccess'
|
|
pod 'MMLayout', '~> 0.2.0'
|
|
pod 'WMPageController'
|
|
pod 'JGProgressHUD'
|
|
pod 'Yams'
|
|
pod 'MJRefresh'
|
|
pod 'MJExtension'
|
|
pod 'SDWebImage', '5.9.0'
|
|
pod 'HandyJSON' , '5.0.4-beta'
|
|
pod 'AsyncSwift'
|
|
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 'CocoaLumberjack/Swift', '~> 3.7.0'
|
|
pod 'SwiftyJSON','5.0.2'
|
|
pod 'SnapKit','5.7.1'
|
|
pod 'RxSwift','~>6.9.0'
|
|
pod 'RxCocoa', '~> 6.9.0'
|
|
pod 'RxDataSources', '~> 5.0'
|
|
pod 'RxSwiftExt', '~> 6.0'
|
|
pod 'RxGesture', '~> 4.0'
|
|
pod 'RxOptional', '~> 5.0'
|
|
pod 'RxTheme','~> 5.0'
|
|
pod 'Kingfisher', '~> 7.0'
|
|
pod 'SAMKeychain'
|
|
pod 'JXSegmentedView'
|
|
pod 'IQKeyboardManager'
|
|
pod 'JZLocationConverter'
|
|
pod 'Masonry'
|
|
pod 'MMWormhole', '~> 2.0.0'
|
|
pod 'KissXML', '~> 5.2.2'
|
|
pod 'MMWormhole', '~> 2.0.0'
|
|
pod 'CocoaAsyncSocket', '~> 7.4.3'
|
|
pod 'RealmSwift'
|
|
pod 'SDCycleScrollView','>= 1.82'
|
|
pod 'lottie-ios'
|
|
|
|
end
|
|
|
|
|
|
|
|
|