blob: 9103c4038cd3cc2af032516b08bdf98ef8b80259 [file] [log] [blame]
{
"name": "BxMotion",
"version": "1.1.0",
"swift_version": "4.1",
"summary": "Reactive wrapper for Apple's CoreMotion.",
"description": "BxMotion provides a cleaner, more \"swift\" interface for CoreMotion while focusing on reactive programming.",
"homepage": "https://bxmotion.borchero.com",
"documentation_url": "https://bxmotion.borchero.com/docs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/BxMotion.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxMotion/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"BxUtility": [
"~> 1.0"
]
},
"frameworks": "CoreMotion"
}