forked from loafle/openapi-generator-original
Update security samples for swift. (#5324)
This commit is contained in:
@@ -4,7 +4,10 @@ Pod::Spec.new do |s|
|
||||
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.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/Swaggers/**/*.swift'
|
||||
s.dependency 'Alamofire', '~> 3.1.5'
|
||||
s.dependency 'Alamofire', '~> 3.4.1'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user