7 lines
95 B
Ruby
7 lines
95 B
Ruby
platform :osx, '10.10'
|
|
use_frameworks!
|
|
|
|
target 'SpotMenu' do
|
|
pod 'Spotify', '~> 0.0.1'
|
|
end
|