Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xmlking/microsoftband
- Owner: xmlking
- License: mit
- Created: 2017-01-14T18:45:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T18:30:59.000Z (over 7 years ago)
- Last Synced: 2024-11-10T01:20:25.594Z (2 months ago)
- Topics: cocoapods, heart-rate, iot, microsoft-band, swift, wearable, xcode
- Language: Objective-C
- Size: 10.8 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.