ClashX.Meta/Podfile

19 lines
340 B
Plaintext
Raw Normal View History

target 'ClashX' do
2019-05-10 20:40:35 +08:00
inhibit_all_warnings!
use_frameworks!
pod "LetsMove"
2018-06-23 15:05:58 +08:00
pod 'Sparkle'
2018-06-23 21:43:33 +08:00
pod 'Alamofire', '~> 4.7'
2018-08-04 20:15:07 +08:00
pod 'SwiftyJSON', '~> 4.0'
2018-08-04 14:27:18 +08:00
pod 'RxSwift', '~> 4.0'
pod 'RxCocoa', '~> 4.0'
pod 'CocoaLumberjack/Swift'
2018-08-29 11:03:40 +08:00
pod 'WebViewJavascriptBridge', '~> 6.0'
2018-10-07 11:32:24 +08:00
pod 'Yams'
2018-12-09 00:06:43 +08:00
pod 'Fabric'
pod 'Crashlytics'
end