Files
libr-ios/Podfile
T
2015-10-05 00:47:59 +08:00

20 lines
536 B
Ruby

# Uncomment this line to define a global platform for your project
platform :ios, '9.1'
use_frameworks!
pod 'RESideMenu', '~> 4.0.7'
target 'librx' do
pod 'Alamofire', '~> 2.0'
pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git', :branch => 'xcode7'
pod 'Spring', :git => 'https://github.com/MengTo/Spring.git', :branch => 'swift2'
pod 'JSONWebToken', '~> 1.4.0'
pod 'JBChartView'
pod 'Appirater'
pod 'SDWebImage', '~>3.7'
pod 'WebViewJavascriptBridge', '~> 4.0.1'
end
target 'librxTests' do
end