[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / f / 0 / KeiserKit / 1.0 / KeiserKit.podspec.json
bloba0ccc6e00757c06d5c0b45ed28757273b8617f6c
2   "name": "KeiserKit",
3   "version": "1.0",
4   "summary": "Static Library for interfacing with the Keiser M3i Exercise Bike over Bluetooth Low Energy",
5   "description": "                   Objective-C Library for reading data from the Keiser M3i Exercise Bike using CoreBluetooth for iOS.\n\n\t\t   This library provides scanning and bike simulation (for n bikes), through a few methods that provide all the necessary functionality to start working with the bikes.\n\t\t   NOTE: This library will not work in the background. Keiser's fault, not mine! The M3i does not provide service/characteristic data and cannot be connected to, iOS only allows you to see a device's advertising data once in the background and has to search for a specific list of services/characteristics or connect to a device to get a stream of data.\n",
6   "homepage": "https://github.com/BenWoodford/KeiserKit",
7   "authors": {
8     "Ben Woodford": "me@benwoodford.co.uk"
9   },
10   "social_media_url": "http://twitter.com/IrregularExpr",
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/BenWoodford/KeiserKit.git",
16     "tag": "1.0"
17   },
18   "source_files": [
19     "KeiserKit",
20     "KeiserKit/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "frameworks": "QuartzCore",
24   "public_header_files": "KeiserKit/**/*.h",
25   "requires_arc": true,
26   "license": "MIT"