blob: 6f4c888a041f259426f90f9a20801de85734ffd4 [file] [log] [blame]
{
"name": "SOMotionDetector",
"version": "1.0.2",
"summary": "Simple library to detect motion type (walking, running, automotive)",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/SocialObjects-Software/SOMotionDetector.git",
"tag": "1.0.2"
},
"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)",
"homepage": "https://github.com/SocialObjects-Software/SOMotionDetector",
"license": "MIT",
"authors": {
"Artur Mkrtchyan": "mkrtarturdev@gmail.com"
},
"source_files": "SOMotionDetector/*",
"frameworks": [
"CoreMotion",
"CoreLocation"
],
"requires_arc": true
}