A Cocoa client for Sally API.
The recommended approach is to use CocoaPods and adding the following to your Podfile:
pod "SallyCocoa", git: 'https://github.com/Tokenize/sally-cocoa.git'
Then install the pod by running:
$ pod install
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request