| { |
| "name": "SLSensorTag", |
| "version": "0.1.0", |
| "summary": "The SLSensorTag framework allows iOS devices to connect to TI SensorTags and receive data from its sensors and buttons", |
| "description": "The SLSensorTag framework allows iOS devices to connect to TI SensorTags and receive data from its sensors and buttons. SLSensorTag abstracts the complexity of converting low-level data obtained from the SensorTag and provides easy to use delegate methods. This library was built to work with TI SimpleLink SensorTag CC2650STK.", |
| "homepage": "https://bitbucket.org/AydanBedingham/slsensortag", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "AydanBedingham": "aydan.bedingham@gmail.com" |
| }, |
| "source": { |
| "git": "https://bitbucket.org/AydanBedingham/slsensortag.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Sources/**/*", |
| "pushed_with_swift_version": "3.0" |
| } |