[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 3 / 0 / RxMotionKit / 0.7.0 / RxMotionKit.podspec.json
blobd889708ec76870d77d1e1297d4be93f55fe1ac90
2   "name": "RxMotionKit",
3   "version": "0.7.0",
4   "summary": "RxMotionKit - reactive motion sensors managing library 🏃",
5   "description": "RxMotionKit is a reactive motion sensors managing library for CoreMotion iOS framework written using RxSwift 🏃",
6   "authors": {
7     "Robert Sobolewski": "robert.artur.sobolewski@gmail.com"
8   },
9   "social_media_url": "https://twitter.com/robsobolewski",
10   "homepage": "https://github.com/rsobolewski/RxMotionKit",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "source": {
16     "git": "https://github.com/rsobolewski/RxMotionKit.git",
17     "tag": "0.7.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Sources/RxMotionKit/*.swift",
23   "frameworks": [
24     "Foundation",
25     "CoreMotion"
26   ],
27   "dependencies": {
28     "RxSwift": [
29       "~> 3.0"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"