blob: 43bfe838f54a36f9823a1731bb77117bfc69b3d1 [file] [log] [blame]
{
"name": "RxCoreMotion",
"version": "1.3.0",
"summary": "An Rx wrapper of Apple iOS CoreMotion framework",
"description": "This is an Rx extension that provides an easy and straight-forward way\nto use Apple iOS CoreMotion responses as Observables",
"homepage": "https://github.com/RxSwiftCommunity/RxCoreMotion",
"license": "MIT",
"authors": {
"Carlos GarcĂ­a": "carlosypunto@gmail.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxCoreMotion.git",
"tag": "1.3.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"watchos": "3.0"
},
"source_files": "Pod/Classes/*.swift",
"frameworks": [
"Foundation",
"CoreMotion"
],
"dependencies": {
"RxSwift": [
"~> 4.0"
]
},
"pushed_with_swift_version": "4.0"
}