blob: 62d5004ae4801711e15ee83f675cc0279978a982 [file] [log] [blame]
{
"name": "SensorFusion-ObjC",
"version": "0.1.0",
"summary": "Sensor Fusion Library for Objective-C.",
"description": "This library allows you to take raw sensor data and extract interesting data",
"homepage": "https://github.com/mbientlab/SensorFusion-ObjC",
"license": "MIT",
"authors": {
"Stephen Schiffli": "stephen@mbientlab.com"
},
"source": {
"git": "https://github.com/mbientlab/SensorFusion-ObjC.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/mbientLab",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SensorFusion-ObjC": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}