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.

75 lines
1.7 KiB

# Uncomment the next line to define a global platform for your project
# platform :ios, '15.0'
target 'IndieMusic' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for IndieMusic
pod 'SnapKit'
pod 'Kingfisher', '~> 7.0'
# pod 'Bugly'
pod 'MJRefresh'
pod 'SwiftyJSON'
pod 'CocoaLumberjack/Swift'
pod 'KeychainAccess'
pod 'FSPagerView'
pod 'CHIPageControl/Jaloro'
pod 'CRBoxInputView', '1.2.1'
pod 'ETNavBarTransparent'
pod 'WechatOpenSDK-XCFramework'
pod 'SwiftDate'
pod 'DateToolsSwift'
pod 'XHLaunchAd'
pod 'DZNEmptyDataSet'
pod 'SVProgressHUD',:git => 'https://github.com/Fidetro/SVProgressHUD.git'
pod 'AttributedString'
pod 'IQKeyboardManagerSwift'
pod 'lottie-ios'
pod 'MarqueeLabel'
pod 'RollingNotice-Swift'
pod 'PINCache'
pod 'DeviceKit', '~> 5.2'
pod 'FSPopoverView'
pod 'Shazam'
pod 'EFQRCode'
pod 'GrowingTextView', '0.7.2'
pod 'Tiercel'
pod 'RSKImageCropper'
pod 'NSObject+Rx'
pod 'RxViewController'
pod 'RxSwift', '6.2.0'
pod 'RxCocoa', '6.2.0'
pod 'Moya/RxSwift', '~> 15.0'
pod 'RxTheme', '~> 6.0'
pod 'RxDataSources'
pod "RxGesture"
pod 'RxOptional'
pod 'RxModal'
pod 'LookinServer', :subspecs => ['Swift'], :configurations => ['Debug']
target 'IndieMusicTests' do
inherit! :search_paths
# Pods for testing
end
target 'IndieMusicUITests' do
# Pods for testing
end
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
# https://github.com/CocoaPods/CocoaPods/issues/9884
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '15.0'
end
end
end