Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

small update. #481

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 7 additions & 8 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version 1.x of MKNetworkKit is deprecated as NSURLConnection is deprecated in iO

A Swift version is available [here] (https://github.com/MugunthKumar/MKNetworkKit-Swift)

###Why MKNetworkKit?
### Why MKNetworkKit?

* Single network queue for the whole app
* Auto queue sizing and auto network indicator support
Expand All @@ -17,14 +17,13 @@ A Swift version is available [here] (https://github.com/MugunthKumar/MKNetworkKi
These are just a few of most interesting features on MKNetworkKit.
---

###Installation
### Installation
Drag the MKNetworkKit directory to your project.
We will be supporting Carthage soon and have a demo app setup, so you can test the features.

###How to use
WIP.
### How to use WIP.

###Licensing
### Licensing

MKNetworkKit is licensed under MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
Expand All @@ -46,7 +45,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

---
###Attribution free licensing
### Attribution free licensing
In case you need attribution free licensing for MKNetworkKit, you can buy one from [my license store](http://blog.mugunthkumar.com/license-store/).

---
Expand All @@ -55,7 +54,7 @@ Install appledoc from gentlebytes github repo
run this on the command line
/usr/local/bin/appledoc --project-name MKNetworkKit -v 0.8 --project-company Steinlogic --company-id com.steinlogic.mknetworkkit -o ./Documentation -i .m -s ./MKNetworkKit .

####AppleDoc License
#### AppleDoc License
appledoc is licensed with modified BSD license. In plain language: you're allowed to do whatever you wish with the code, modify, redistribute, embed in your products (free or commercial), but you must include copyright, terms of usage and disclaimer as stated in the license, the same way as any other BSD licensed code. You can of course use documentation generated by appledoc for your products (free or commercial), but you must attribute appledoc either in documentation itself or other appropriate place such as your website.

If for whatever reason you cannot agree to these terms, contact us through contact form on our about page, we'll do our best to help you out you out and find a workable solution!
Expand All @@ -77,7 +76,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
Gentle Bytes appledoc@gentlebytes.com

---
###TODO
### TODO

* Operation coaleasing
* OAuth/client certificate support
Expand Down