blob: 399f8fc84f740bccffcf0210c9ea9171702abd53 [file] [log] [blame]
{
"name": "DeviceMotion",
"version": "0.1.0",
"summary": "Get Coordinates using Core Motion to Access Gyro and Accelerometer.",
"description": "One of the coolest things smartphones are capable of now is the ability to sense motion and orientation. The iPhone does this with the use of a 3-axis Accelerometers and Gyroscopes. In this tutorial we’re going to create an app that indicates the current G and speed of rotation. Not exactly a pretty app but still instructional.",
"homepage": "https://bitbucket.org/run2sri/devicemotion",
"license": "MIT",
"authors": {
"run2sri": "run2sri@gmail.com"
},
"source": {
"git": "https://run2sri@bitbucket.org/run2sri/devicemotion.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DeviceMotion": [
"Pod/Assets/*.png"
]
}
}