Skip to content

toto/PutioKit

 
 

Repository files navigation

PutioKit

Project status

Simple framework to use Put.io API in your iOS applications, written in Objective-C. Feel free to fork this repo and help me make it better.

Documentation

Read the PutioKit Documentation online.

Install the documentation into Xcode with the following steps:

  1. Open Xcode Preferences

  2. Choose Downloads

  3. Choose the Documentation tab

  4. Click the plus button in the bottom right and enter the following URL:

     http://putiokit.github.com/PutioKit/PutioKit.atom
    
  5. Click Install next the new row reading "PutioKit Documentation". (If you don't see it and didn't get an error, try restarting Xcode.)

Be sure you have the docset selected in the organizer to see results for PutioKit.

Testing

Unit tests are included in project. You can run tests with XCode.

ARC Compatibility

PutioKit is compatible with ARC enabled projects by default.

Contributing

Want to contribute? It's good to hear.

  1. Fork it
  • Create a branch (git checkout -b my_branch)
  • Commit your changes (git commit -am "Added/Modified something")
  • Push to the branch (git push origin my_branch)
  • Create an Issue with a link to your branch
  • Enjoy a refreshing beer and wait

Links

About

Simple framework to use Put.io API in your iOS applications, written in Objective-C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 97.6%
  • Ruby 1.6%
  • Shell 0.8%