Files
libr-ios/Podfile
T
2015-09-01 09:49:28 +08:00

16 lines
290 B
Ruby

# Uncomment this line to define a global platform for your project
platform :ios, '8.3'
use_frameworks!
target 'librx' do
pod 'Alamofire', '~> 1.3'
pod 'SwiftyJSON', '~> 2.2.1'
pod 'Spring', '~> 1.0.3'
pod 'JSONWebToken'
pod 'Spring', '~> 1.0.3'
end
target 'librxTests' do
end