Skip to content

Commit

Permalink
Documentation link added into Readme and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarbarev committed Jun 30, 2015
1 parent 85018f8 commit 4931890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions TyphoonRestClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4931890

Please sign in to comment.