blob: 87593a1179187e12ba0a28cdb2f240df08920b12 [file] [log] [blame]
{
"name": "WorldMotion",
"version": "0.0.1",
"summary": "Coordinate system that represents device motion or position relative to the Earth",
"description": "Use a CoreMotion sensor to use a coordinate system that represents device motion or position relative to the Earth.",
"homepage": "https://github.com/ahmedAlmasri/WorldMotion",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ahmad Almasri": "ahmed.almasri@ymail.com"
},
"source": {
"git": "https://github.com/ahmedAlmasri/WorldMotion.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/almasri_ahmed",
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.2",
"5.3"
],
"source_files": "WorldMotion/Classes/**/*",
"swift_version": "5.3"
}