From 4931890258b170d7e5446f647e4117fce26d1fd8 Mon Sep 17 00:00:00 2001 From: Aleksey Garbarev Date: Tue, 30 Jun 2015 19:33:01 +0600 Subject: [PATCH] Documentation link added into Readme and podspec --- README.md | 1 + TyphoonRestClient.podspec | 2 ++ 2 files changed, 3 insertions(+) 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