mirror of
https://github.com/zhigang1992/WMATAFetcher.git
synced 2026-04-23 20:40:46 +08:00
23 lines
416 B
Ruby
Executable File
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
|
|
|