mirror of
https://github.com/wahyd4/libr-ios.git
synced 2026-08-23 12:06:32 +10:00
16 lines
290 B
Ruby
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
|