forked from loafle/openapi-generator-original
Merge branch 'objc/bump_podspec_versions' of https://github.com/mateuszmackowiak/swagger-codegen into mateuszmackowiak-objc/bump_podspec_versions
This commit is contained in:
commit
b61fa55e45
@ -13,7 +13,7 @@ Pod::Spec.new do |s|
|
|||||||
{{#apiInfo}}{{#apis}}{{^hasMore}}
|
{{#apiInfo}}{{#apis}}{{^hasMore}}
|
||||||
s.summary = "{{appName}}"
|
s.summary = "{{appName}}"
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
{{appDescription}}
|
{{{appDescription}}}
|
||||||
DESC
|
DESC
|
||||||
{{/hasMore}}{{/apis}}{{/apiInfo}}
|
{{/hasMore}}{{/apis}}{{/apiInfo}}
|
||||||
s.platform = :ios, '7.0'
|
s.platform = :ios, '7.0'
|
||||||
@ -29,8 +29,8 @@ Pod::Spec.new do |s|
|
|||||||
s.source_files = '{{podName}}/**/*'
|
s.source_files = '{{podName}}/**/*'
|
||||||
s.public_header_files = '{{podName}}/**/*.h'
|
s.public_header_files = '{{podName}}/**/*.h'
|
||||||
|
|
||||||
s.dependency 'AFNetworking', '~> 2.3'
|
s.dependency 'AFNetworking', '~> 3'
|
||||||
s.dependency 'JSONModel', '~> 1.1'
|
s.dependency 'JSONModel', '~> 1.2'
|
||||||
s.dependency 'ISO8601', '~> 0.3'
|
s.dependency 'ISO8601', '~> 0.5'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# SwaggerClient
|
# SwaggerClient
|
||||||
|
|
||||||
This is a sample server Petstore server. You can find out more about Swagger at <a href=\"http://swagger.io\">http://swagger.io</a> or on irc.freenode.net, #swagger. For this sample, you can use the api key \"special-key\" to test the authorization filters
|
This is a sample server Petstore server. You can find out more about Swagger at <a href="http://swagger.io">http://swagger.io</a> or on irc.freenode.net, #swagger. For this sample, you can use the api key "special-key" to test the authorization filters
|
||||||
|
|
||||||
This ObjC package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
This ObjC package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
||||||
|
|
||||||
- API version: 1.0.0
|
- API version: 1.0.0
|
||||||
- Package version:
|
- Package version:
|
||||||
- Build date: 2016-05-08T12:06:01.121+02:00
|
- Build date: 2016-05-11T10:37:53.050+02:00
|
||||||
- Build package: class io.swagger.codegen.languages.ObjcClientCodegen
|
- Build package: class io.swagger.codegen.languages.ObjcClientCodegen
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
@ -13,7 +13,7 @@ Pod::Spec.new do |s|
|
|||||||
|
|
||||||
s.summary = "Swagger Petstore"
|
s.summary = "Swagger Petstore"
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
This is a sample server Petstore server. You can find out more about Swagger at <a href=\"http://swagger.io\">http://swagger.io</a> or on irc.freenode.net, #swagger. For this sample, you can use the api key \"special-key\" to test the authorization filters
|
This is a sample server Petstore server. You can find out more about Swagger at <a href="http://swagger.io">http://swagger.io</a> or on irc.freenode.net, #swagger. For this sample, you can use the api key "special-key" to test the authorization filters
|
||||||
DESC
|
DESC
|
||||||
|
|
||||||
s.platform = :ios, '7.0'
|
s.platform = :ios, '7.0'
|
||||||
@ -29,8 +29,8 @@ Pod::Spec.new do |s|
|
|||||||
s.source_files = 'SwaggerClient/**/*'
|
s.source_files = 'SwaggerClient/**/*'
|
||||||
s.public_header_files = 'SwaggerClient/**/*.h'
|
s.public_header_files = 'SwaggerClient/**/*.h'
|
||||||
|
|
||||||
s.dependency 'AFNetworking', '~> 2.3'
|
s.dependency 'AFNetworking', '~> 3'
|
||||||
s.dependency 'JSONModel', '~> 1.1'
|
s.dependency 'JSONModel', '~> 1.2'
|
||||||
s.dependency 'ISO8601', '~> 0.3'
|
s.dependency 'ISO8601', '~> 0.5'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user