Skip to content

xmlking/MicrosoftBand

Repository files navigation

Microsoft Band

Swift wrapper API for Microsoft Band SDK.

CI Status Version License Platform

Requirements

Swift > 3, xcode > 8.x

Installation

MicrosoftBand is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "MicrosoftBand"

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

For clean installing Pod into example project, from the Example directory run this:

rm Pods/Manifest.lock && rm Podfile.lock && pod install

In xCode, You may have to drag and drop MicrosoftBandKit_iOS.framework from Pods\...\MicrosoftBand\Frameworks into your projects' Linked Frameworks and Libraries

Author

Sumanth, @xmlking

License

This MicrosoftBand Pod is available under the MIT license. See the LICENSE file for more info.

Third Party Software: Microsoft Band SDK is udner Microsoft's license.