[![CI Status](http://img.shields.io/travis/Andrew Molloy/ASMScaleKit.svg?style=flat)](https://travis-ci.org/Andrew Molloy/ASMScaleKit)
ASMScaleKit is an Objective-C wrapper for the Withings Smart Scale API, with the goal of being able to add other support for other smart scale vendors in the future.
To run the example project, clone the repo, and run pod install
from the Example directory first. You will need to register with Withings at http://oauth.withings.com/api. To use the Example app, create a plist file called Examples/ASMScaleKit/WithingsKeys.plist. It should have two entries, "key" and "secret", each containing the consumer key and secret assigned by Withings respectively.
iOS 7.0+. OS X support is forthcoming.
You must be register an application with Withings to use this library.
ASMScaleKit is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "ASMScaleKit"
Andy Molloy, [email protected]
ASMScaleKit is available under the MIT license. See the LICENSE file for more info.