openapi-generator/samples/client/petstore/objc/README.md

20 lines
361 B
Markdown
Raw Normal View History

# SwaggerClient
## Requirements
2015-07-07 07:45:25 +00:00
The API client library requires ARC (Automatic Reference Counting) to be enabled in your Xcode project.
## Installation
2015-07-07 07:45:25 +00:00
To install it, put the API client library in your project and then simply add the following line to your Podfile:
```ruby
2015-07-07 07:45:25 +00:00
pod "SwaggerClient", :path => "/path/to/lib"
```
## Author
2015-07-07 07:45:25 +00:00
apiteam@swagger.io