blob: e3d66f3e922450f97df36f341b75599dd1187c5f [file] [log] [blame]
{
"name": "MockCoreMotion",
"version": "0.0.1",
"summary": "A mocked CoreMotion for developers to unit test their CoreMotion related code.",
"homepage": "https://github.com/OUCHUNYU/MockCoreMotion",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chunyu Ou": "http://ouchunyu.github.io/"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/OUCHUNYU/MockCoreMotion.git",
"tag": "0.0.1"
},
"source_files": "MockCoreMotion/**/*.{swift}",
"frameworks": "CoreMotion",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}