-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ A lightweight extension to [Starscream](https://github.com/daltoniam/Starscream) | |
|
||
### Installation - CocoaPods | ||
|
||
RxStarscream is available through [CocoaPods](http://cocoapods.org/). | ||
|
||
Check out [Get Started](http://cocoapods.org/) tab on [cocoapods.org](http://cocoapods.org/). | ||
|
||
To use RxStarscream in your project add the following 'Podfile' to your project | ||
|
@@ -15,3 +17,20 @@ To use RxStarscream in your project add the following 'Podfile' to your project | |
|
||
Then run: | ||
pod install | ||
|
||
|
||
## Usage examples | ||
|
||
|
||
## Author | ||
|
||
Guy Kahlon, [email protected]. | ||
|
||
Follow me on Twitter (@guykahlon) | ||
|
||
|
||
## License | ||
|
||
RxStarscream is available under the MIT license. See the LICENSE file for more info. | ||
|
||
|