blob: b53244be5fe254ed057161e9e40b69872df11705 [file] [log] [blame]
{
"name": "MBMapSnapshotter",
"version": "1.0",
"summary": "Make static images from MapBox without loosing the coordinates",
"description": " * Download images from MapBox.com using AFNetworking\n * Does the calculations of points for coordinates for you\n * Very small footprint\n",
"homepage": "https://github.com/plaetzchen/MBMapSnapshotter",
"license": "MIT",
"authors": {
"Philip Brechler": "pbrechler@mac.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/plaetzchen/MBMapSnapshotter.git",
"tag": "v1.0"
},
"source_files": [
"",
"MB*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}