openapi-generator/samples/client/petstore/objc
2015-07-15 17:10:24 +08:00
..
SwaggerClient Remove SWGFile from objc client 2015-07-15 17:10:24 +08:00
SwaggerClientTests Update integration test of objc client 2015-07-15 17:10:24 +08:00
README.md Update README file of objc client 2015-07-15 17:10:23 +08:00
SwaggerClient.podspec Update integration test of objc client 2015-07-15 17:10:24 +08:00

SwaggerClient

Requirements

The API client library requires ARC (Automatic Reference Counting) to be enabled in your Xcode project.

Installation

To install it, put the API client library in your project and then simply add the following line to your Podfile:

pod "SwaggerClient", :path => "/path/to/lib"

Author

apiteam@swagger.io