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: 12 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T18:30:59.000Z (almost 9 years ago)
- Last Synced: 2025-03-06T01:35:12.041Z (about 1 year 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.
[](https://travis-ci.org/xmlking/MicrosoftBand)
[](http://cocoapods.org/pods/MicrosoftBand)
[](http://cocoapods.org/pods/MicrosoftBand)
[](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.