Skip to content

Commit

Permalink
add cocoadocs link
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Vandriel committed Nov 12, 2014
1 parent db26eef commit 4671c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Pusher can also be used as a framework to send notifications programmatically. T
pod 'NWPusher', '~> 0.6.0'
```

Alternatively you can include just the files you need from the `Classes` folder. Make sure you link with `Foundation.framework` and `Security.framework`.
CocoaPods also compiles documentation, which can be accessed through [CocoaDocs](http://cocoadocs.org/docsets/NWPusher). Alternatively you can include just the files you need from the `Classes` folder. Make sure you link with `Foundation.framework` and `Security.framework`.

Before any notification can be sent, you first need to create a connection. When this connection is established, any number of payloads can be sent.

Expand Down

0 comments on commit 4671c60

Please sign in to comment.