blob: 6ef279ac43033fe12fe2c3749eee9852951ebafd [file] [log] [blame]
{
"name": "RxCoreMotion",
"version": "1.2.1",
"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.2.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"watchos": "3.0"
},
"source_files": "Pod/Classes/*.swift",
"frameworks": [
"Foundation",
"CoreMotion"
],
"dependencies": {
"RxSwift": [
]
},
"pushed_with_swift_version": "3.0"
}