12 lines
219 B
Ruby
12 lines
219 B
Ruby
target 'ClashX' do
|
|
use_frameworks!
|
|
pod "LetsMove"
|
|
pod 'Sparkle'
|
|
pod 'Alamofire', '~> 4.7'
|
|
pod 'SwiftyJSON', '~> 4.0'
|
|
pod 'RxSwift', '~> 4.0'
|
|
pod 'RxCocoa', '~> 4.0'
|
|
pod 'SwiftLog', '~> 1.0.0'
|
|
end
|
|
|