Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xmlking/microsoftband

Swift wrapper API for Microsoft Band SDK.
https://github.com/xmlking/microsoftband

cocoapods heart-rate iot microsoft-band swift wearable xcode

Last synced: about 1 month ago
JSON representation

Swift wrapper API for Microsoft Band SDK.

Awesome Lists containing this project

README

        

Microsoft Band
==============
Swift wrapper API for Microsoft Band SDK.

[![CI Status](http://img.shields.io/travis/xmlking/MicrosoftBand.svg?style=flat)](https://travis-ci.org/xmlking/MicrosoftBand)
[![Version](https://img.shields.io/cocoapods/v/MicrosoftBand.svg?style=flat)](http://cocoapods.org/pods/MicrosoftBand)
[![License](https://img.shields.io/cocoapods/l/MicrosoftBand.svg?style=flat)](http://cocoapods.org/pods/MicrosoftBand)
[![Platform](https://img.shields.io/cocoapods/p/MicrosoftBand.svg?style=flat)](http://cocoapods.org/pods/MicrosoftBand)

## Requirements

Swift > 3, xcode > 8.x

## Installation

MicrosoftBand is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
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.