forked from loafle/openapi-generator-original
* remove php apache license * remove apache license from C# * remove apache license in objc code * remove license from swift 3 code * remove apache license from perl code * remove license from scala code * remove license from ts, go, android, cpp, scala * remove license from java api client * restore clojure petstore files * remove license from travis file * clean up apache-related terms in php, ruby, python mustache tempaltes * remove license from JS API cilent
15 lines
515 B
Ruby
15 lines
515 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'PetstoreClient'
|
|
s.ios.deployment_target = '8.0'
|
|
s.osx.deployment_target = '10.9'
|
|
s.version = '0.0.1'
|
|
s.source = { :git => 'git@github.com:swagger-api/swagger-mustache.git', :tag => 'v1.0.0' }
|
|
s.authors = ''
|
|
s.license = 'Proprietary'
|
|
s.homepage = 'https://github.com/swagger-api/swagger-codegen'
|
|
s.summary = 'PetstoreClient'
|
|
s.source_files = 'PetstoreClient/Classes/Swaggers/**/*.swift'
|
|
s.dependency 'RxSwift', '~> 2.0'
|
|
s.dependency 'Alamofire', '~> 3.4.1'
|
|
end
|