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.

35 lines
687 B

1 year ago
# Uncomment the next line to define a global platform for your project
# platform :ios, '15.0'
1 year ago
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'
# pod 'Bugly'
pod 'MJRefresh'
pod 'SwiftyJSON'
pod 'CocoaLumberjack/Swift'
pod 'KeychainAccess'
pod 'NSObject+Rx'
pod 'RxViewController'
pod 'RxSwift', '6.2.0'
pod 'RxCocoa', '6.2.0'
pod 'Moya/RxSwift', '~> 15.0'
pod 'RxTheme', '~> 6.0'
1 year ago
target 'IndieMusicTests' do
inherit! :search_paths
# Pods for testing
end
target 'IndieMusicUITests' do
# Pods for testing
end
end