ClashX/Podfile
2018-08-07 23:25:42 +08:00

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