blob: 42b6d6c5d08dcefeaa4e094a9b60891540814711 [file] [log] [blame]
{
"name": "ARCarMovement",
"version": "2.0.2",
"summary": "Here Marker move as vehicles moves with turns as Uber/Ola does in their app.",
"description": "Achieve the Moving Marker(car) animation in iOS using the Google map with old and new coordinates animating bearing value the markers are moving.",
"homepage": "https://github.com/antonyraphel/ARCarMovement",
"screenshots": "https://raw.githubusercontent.com/antonyraphel/ARCarMovement/30b4fa26fc4f14abaef5da147544db8d558b1c18/screenshot/image-1.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Antony Raphel": "antonypr717@gmail.com"
},
"social_media_url": "https://twitter.com/antonypr717",
"platforms": {
"ios": "9.0"
},
"swift_version": "3.2",
"source": {
"git": "https://github.com/antonyraphel/ARCarMovement.git",
"tag": "2.0.2"
},
"source_files": "ARCarMovement/ARCarMovement/**/*",
"static_framework": true,
"dependencies": {
"GoogleMaps": [
"~> 2.0"
]
},
"requires_arc": true
}