ClashX/Podfile

20 lines
389 B
Ruby

source 'https://cdn.cocoapods.org/'
target 'ClashX' do
inhibit_all_warnings!
use_frameworks!
pod 'LetsMove'
pod 'Sparkle',git:'https://github.com/sparkle-project/Sparkle.git',tag:'1.22.0rc1'
pod 'Alamofire'
pod 'SwiftyJSON'
pod 'RxSwift'
pod 'RxCocoa'
pod 'CocoaLumberjack/Swift'
pod 'WebViewJavascriptBridge'
pod 'Yams'
pod 'Fabric'
pod 'Crashlytics'
end