Files
WMATAFetcher/Podfile
2016-08-15 17:51:36 -04:00

23 lines
416 B
Ruby
Executable File

use_frameworks!
target 'WMATAFetcherMac' do
platform :osx, '10.9'
podspec :path => 'WMATAFetcher.podspec'
end
target 'WMATAFetcheriOS' do
platform :ios, '8.0'
podspec :path => 'WMATAFetcher.podspec'
end
target 'WMATAFetcherWatch' do
platform :watchos, '2.0'
podspec :path => 'WMATAFetcher.podspec'
end
target 'WMATAFetcherTV' do
platform :tvos, '9.0'
podspec :path => 'WMATAFetcher.podspec'
end