ClashX/Podfile
2018-08-04 20:15:07 +08:00

11 lines
190 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'
end