mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-25 19:10:55 +00:00
* add line break test to petstore-security-test.yaml * add objc/swift security testing * add go,scala,qt5cpp for security test * add security test for typescript * fix go security issue, fix consumes,produces line break
11 lines
382 B
Ruby
11 lines
382 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.license = 'Apache License, Version 2.0'
|
|
s.source_files = 'SwaggerClient/Classes/Swaggers/**/*.swift'
|
|
s.dependency 'Alamofire', '~> 3.1.5'
|
|
end
|