mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-22 17:40:55 +00:00
14 lines
493 B
Ruby
14 lines
493 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'SwaggerClient'
|
|
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 = 'Swagger Codegen'
|
|
s.license = 'Proprietary'
|
|
s.homepage = 'https://github.com/swagger-api/swagger-codegen'
|
|
s.summary = 'SwaggerClient Swift SDK'
|
|
s.source_files = 'SwaggerClient/Classes/**/*.swift'
|
|
s.dependency 'Alamofire', '~> 3.5.1'
|
|
end
|