blob: 1ae63c33e3b60a4aa7f5cce61699b41c0a1bb81d [file] [log] [blame]
{
"name": "SOMotionDetector",
"version": "1.0.0",
"summary": "Simple library to detect motion type (walking, running, automotive) ",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/SocialObjects-Software/SOMotionDetector.git",
"tag": "v1.0.0"
},
"description": " Simple library to detect motion for iOS by arturdev .\n\nBased on location updates and acceleration.\n\nRequierments\n\niOS > 6.0\n\nCompatible with iOS 7\n\nWorks on all iOS devices (i.e. not need M7 chip)\n",
"homepage": "https://github.com/SocialObjects-Software/SOMotionDetector",
"license": "MIT",
"authors": {
"Artur Mkrtchyan": "mkrtarturdev@gmail.com"
},
"source_files": "SOMotionDetector/*",
"frameworks": [
"CoreMotion",
"CoreLocation"
],
"requires_arc": true
}