forked from loafle/openapi-generator-original
* update bitrise.io * fix build * avoid using mvn * remove mvn * update * skip * [swift5][client] fix CI issue cyclic dependency * trigger build * comment out vapour * alarmfire --------- Co-authored-by: Bruno Coelho <4brunu@gmail.com>
16 lines
564 B
Ruby
16 lines
564 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'PetstoreClient'
|
|
s.ios.deployment_target = '11.0'
|
|
s.osx.deployment_target = '10.13'
|
|
s.tvos.deployment_target = '11.0'
|
|
s.watchos.deployment_target = '4.0'
|
|
s.version = '1.0.0'
|
|
s.source = { :git => 'git@github.com:OpenAPITools/openapi-generator.git', :tag => 'v1.0.0' }
|
|
s.authors = ''
|
|
s.license = 'Proprietary'
|
|
s.homepage = 'https://github.com/openapitools/openapi-generator'
|
|
s.summary = 'PetstoreClient'
|
|
s.source_files = 'PetstoreClient/Classes/**/*.swift'
|
|
s.dependency 'AnyCodable-FlightSchool', '~> 0.6'
|
|
end
|