Skip to content

Commit

Permalink
updated instructions for installation via CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
yas375 committed Jan 1, 2013
1 parent 08faaee commit 22af21c
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ This is version 0.87 of MKNetworkKit. Read the [blog post](http://mk.sg/8w) for

MKNetworkKit is ready for production use on iOS apps. As on date, it's used by several thousands of apps including [Digg](https://itunes.apple.com/us/app/digg/id362872995?mt=8)

MKNetworkKit officially supports Cocoapods. Add the following line to your Podfile.

pod 'MKNetworkKit', '~> 0.87'

---

###Why MKNetworkKit?
Expand All @@ -25,9 +21,27 @@ These are just a few of most interesting features on MKNetworkKit.

---

###Installation

The preferred way of installation is via [CocoaPods](http://cocoapods.org). Just add

```ruby
pod 'MKNetworkKit'
```

and run `pod install`. It will install the most recent version of MKNetworkKit.

If you would like to use the latest code of MKNetworkKit use:

```ruby
pod 'MKNetworkKit', :head
```

###How to use
Read the [blog post](http://mk.sg/8w) for more.

---

###Licensing

MKNetworkKit is licensed under MIT License
Expand Down

0 comments on commit 22af21c

Please sign in to comment.