Skip to content

Commit 4931890

Browse files
committed
Documentation link added into Readme and podspec
1 parent 85018f8 commit 4931890

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ TRC helps to quickly achieve end-to-end proof of concept, at the same time as pr
2121

2222
* [Quick Start](https://github.com/appsquickly/TyphoonRestClient/wiki/Quick-Start)
2323
* [Frequently Asked Questions](https://github.com/appsquickly/TyphoonRestClient/wiki/Frequently-Asked-Questions)
24+
* [API Docs](http://appsquickly.github.io/TyphoonRestClient/docs/latest/api/)
2425

2526
# Installation
2627

TyphoonRestClient.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ Pod::Spec.new do |s|
1212
s.source_files = 'TyphoonRestClient/**/*.{h,m}'
1313
s.requires_arc = true
1414

15+
s.documentation_url = 'http://appsquickly.github.io/TyphoonRestClient/docs/latest/api/'
16+
1517
s.dependency 'AFNetworking', '~> 2.5'
1618
end

0 commit comments

Comments
 (0)