source 'https://github.com/CocoaPods/Specs.git' platform :ios, '12.0' inhibit_all_warnings! use_frameworks! target 'JiaPeiManage' do # Architecture pod 'ReactorKit' pod 'SectionReactor' # Networking pod 'Alamofire' pod 'Moya/RxSwift'#, '~> 11.0.0' pod 'Kingfisher' # Model pod 'ObjectMapper' # Persistence pod 'RealmSwift' # Rx pod 'RxSwift' pod 'RxCocoa' pod 'RxDataSources' pod 'RxGesture' pod 'NSObject+Rx' pod 'RxOptional' pod 'RxViewController' # UI pod 'SnapKit' pod 'YYText' pod 'VTMagic', :git => 'https://github.com/tianzhuo112/VTMagic.git' pod 'FSPagerView' pod 'Toaster' pod 'ManualLayout' pod 'QMUIKit' # 腾讯UI控件 pod 'SDWebImage' pod 'SDWebImageWebPCoder', '0.8.3' # Logging pod 'CocoaLumberjack/Swift' # Misc. pod 'SwiftyJSON' pod 'ReusableKit' pod 'ReusableKit/RxSwift' # with RxSwift extension pod 'GDPerformanceView-Swift' pod 'EmptyKit' pod 'ESPullToRefresh' pod 'ReachabilitySwift' pod 'Then' pod 'URLNavigator', '~> 2.2.0' pod 'SwiftyColor' pod 'SwiftyImage' pod 'SwiftTimer' pod 'SwiftDate' pod 'SwiftyUserDefaults'#, '4.0.0-alpha.1' pod 'CGFloatLiteral' pod 'Dollar' end post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['ENABLE_BITCODE'] = 'NO' config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0' end end end