2015-06-27 01:58:19 +00:00
|
|
|
# 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.
|
|
|
|
|
2015-06-27 01:58:19 +00:00
|
|
|
## 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:
|
2015-06-27 01:58:19 +00:00
|
|
|
|
|
|
|
```ruby
|
2015-07-07 07:45:25 +00:00
|
|
|
pod "SwaggerClient", :path => "/path/to/lib"
|
2015-06-27 01:58:19 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Author
|
|
|
|
|
2015-07-07 07:45:25 +00:00
|
|
|
apiteam@swagger.io
|
2015-06-27 01:58:19 +00:00
|
|
|
|
|
|
|
|