Update security samples for swift. (#5324)

This commit is contained in:
Paŭlo Ebermann
2017-04-05 12:04:53 +02:00
committed by wing328
parent 5b16694afc
commit be83329946
8 changed files with 187 additions and 46 deletions

View File

@@ -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