blob: d9916da180f65b81ce41495f2322104664255ecf [file] [log] [blame]
{
"name": "BxMotion",
"version": "1.1.3",
"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.3"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxMotion/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"BxUtility": [
"~> 1.0"
]
},
"frameworks": "CoreMotion"
}