mirror of
https://github.com/wahyd4/libr-ios.git
synced 2026-08-19 01:56:21 +10:00
20 lines
536 B
Ruby
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
|