# Uncomment this line to define a global platform for your project
platform :ios, '9.0'
use_frameworks!

target 'librx' do
  pod 'RESideMenu', '~> 4.0.7'
  pod 'Alamofire', '~> 2.0'
  pod 'SwiftyJSON', '~> 2.3.1'
  pod 'Spring', :git => 'https://github.com/MengTo/Spring.git', :branch => 'swift2'
  pod 'JSONWebToken', '~> 1.4.0'
  pod 'Appirater'
  pod 'SDWebImage', '~>3.7'
  pod 'WeiboSDK', :git => 'https://github.com/sinaweibosdk/weibo_ios_sdk.git', :tag => '3.1.3'
  pod 'SwiftColors'
  pod 'HanekeSwift'
#  pod 'WebViewJavascriptBridge', '~> 4.0.1'
  pod 'Toast', '~> 2.4’
end

target 'librxTests' do
end
