9 lines
144 B
Ruby
9 lines
144 B
Ruby
platform :osx, '10.10'
|
|
use_frameworks!
|
|
|
|
target 'SpotMenu' do
|
|
pod 'Spotify', '~> 0.2'
|
|
pod 'Alamofire', '~> 4.4'
|
|
pod 'SwiftyJSON'
|
|
end
|