diff --git a/README.md b/README.md index bb9280c..332b094 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ TRC helps to quickly achieve end-to-end proof of concept, at the same time as pr * [Quick Start](https://github.com/appsquickly/TyphoonRestClient/wiki/Quick-Start) * [Frequently Asked Questions](https://github.com/appsquickly/TyphoonRestClient/wiki/Frequently-Asked-Questions) +* [API Docs](http://appsquickly.github.io/TyphoonRestClient/docs/latest/api/) # Installation diff --git a/TyphoonRestClient.podspec b/TyphoonRestClient.podspec index b3a31a0..9bd16e2 100644 --- a/TyphoonRestClient.podspec +++ b/TyphoonRestClient.podspec @@ -12,5 +12,7 @@ Pod::Spec.new do |s| s.source_files = 'TyphoonRestClient/**/*.{h,m}' s.requires_arc = true + s.documentation_url = 'http://appsquickly.github.io/TyphoonRestClient/docs/latest/api/' + s.dependency 'AFNetworking', '~> 2.5' end \ No newline at end of file