sqwiggle / sqwiggle-ios-sdk

ObjectiveC SDK for the Sqwiggle API
MIT License
6 stars 2 forks source link

Build Status

Sqwiggle SDK for iOS

Documentation coming soon. Code is a Work in Progress, but feel free to start playing around if you wish!

This is an Objective-C wrapper for the Sqwiggle API. Right now, we only support iOS, but in a short while we'll officially add support for Mac OS X as well.

Installation

If you use Cocoapods, simply the following to your Podfile:
pod 'Sqwiggle', '~> 0.1.3'

More information

Documentation is still a work in progress, but mosey on over to Sqwiggle.h to see what helper methods are available to help you retreive data from our server. All methods are well-documented in that file to help with integration. Also visit The Sqwiggle API documention for even more info.