The API client library requires ARC (Automatic Reference Counting) to be enabled in your Xcode project.
To install it, put the API client library in your project and then simply add the following line to your Podfile:
pod "GootenApiClient", :path => "/path/to/lib"
It's recommended to create an instance of ApiClient per thread in a multithreaded environment to avoid any potential issue.