Skip to content

Commit

Permalink
docs: ably-ios installation instructions update
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheworiordan committed Mar 18, 2016
1 parent 855e76a commit 5ca856c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/realtime/usage.textile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ blang[java].
blang[objc,swift].
The Ably library is "hosted on Github":https://github.com/ably/ably-ios and is "available as a CocoaPod":https://cocoapods.org/?q=ably. Add this line to your application's Podfile:

bc[text]. pod 'Ably', :git => 'https://github.com/ably/ably-ios.git', :branch => '0.8.0-beta.1'
bc[text]. pod 'AblyRealtime', '~> 0.8'

And install with @pod install@. Then in your files:

Expand Down
2 changes: 1 addition & 1 deletion content/rest/usage.textile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ blang[java].
blang[objc,swift].
The Ably library is "hosted on Github":https://github.com/ably/ably-ios and is "available as a CocoaPod":https://cocoapods.org/?q=ably. Add this line to your application's Podfile:

bc[text]. pod 'Ably', :git => 'https://github.com/ably/ably-ios.git', :branch => '0.8.0-beta.1'
bc[text]. pod 'AblyRealtime', '~> 0.8'

And install with @pod install@. Then in your files:

Expand Down
4 changes: 2 additions & 2 deletions content/root/quick-start-guide.textile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ blang[java].
blang[objc].
The Ably library is available as a CocoaPod. Add this line to your application's Podfile:

bc[text]. pod 'Ably', :git => 'https://github.com/ably/ably-ios.git', :branch => '0.8.0-beta.1'
bc[text]. pod 'AblyRealtime', '~> 0.8'

And install with @pod install@. Then in your files:

Expand All @@ -69,7 +69,7 @@ blang[objc].
blang[swift].
The Ably library is available as a CocoaPod. Add this line to your application's Podfile:

bc[text]. pod 'Ably', '~> 0.8'
bc[text]. pod 'AblyRealtime', '~> 0.8'

And install with @pod install@. Then in your files:

Expand Down

0 comments on commit 5ca856c

Please sign in to comment.