mirror of
https://github.com/wahyd4/libr-ios.git
synced 2026-08-09 05:06:46 +10:00
21 lines
595 B
Ruby
21 lines
595 B
Ruby
# 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 'WebViewJavascriptBridge', '~> 4.0.1'
|
||
# pod 'Toast', '~> 2.4’
|
||
end
|
||
|
||
target 'librxTests' do
|
||
end
|