[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / e / SOMotionDetector / 1.0.2 / SOMotionDetector.podspec.json
blob6f4c888a041f259426f90f9a20801de85734ffd4
2   "name": "SOMotionDetector",
3   "version": "1.0.2",
4   "summary": "Simple library to detect motion type (walking, running, automotive)",
5   "platforms": {
6     "ios": "6.0"
7   },
8   "source": {
9     "git": "https://github.com/SocialObjects-Software/SOMotionDetector.git",
10     "tag": "1.0.2"
11   },
12   "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)",
13   "homepage": "https://github.com/SocialObjects-Software/SOMotionDetector",
14   "license": "MIT",
15   "authors": {
16     "Artur Mkrtchyan": "mkrtarturdev@gmail.com"
17   },
18   "source_files": "SOMotionDetector/*",
19   "frameworks": [
20     "CoreMotion",
21     "CoreLocation"
22   ],
23   "requires_arc": true