Latest | 0.1.0 |
---|---|
Homepage | https://bitbucket.org/run2sri/devicemotion |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
Latest podspec
{ "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 weu2019re 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": "[email protected]" }, "source": { "git": "https://[email protected]/run2sri/devicemotion.git", "tag": "0.1.0" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "DeviceMotion": [ "Pod/Assets/*.png" ] } }
Sat, 05 Mar 2016 07:05:39 +0000