blob: 76b3b07f0e294d25c1296a7f28a58bb1cd736101 [file] [log] [blame]
{
"name": "CartographerKit",
"version": "0.1.0",
"summary": "Code for reading Cartographer files.",
"description": " Code for parsing Cartographer files to get the\n annotations and shapes.\n",
"homepage": "http://github.com/iainx/CartographerKit",
"license": "MIT",
"authors": {
"Iain Holmes": "iain@falsevictories.com"
},
"platforms": {
"osx": "10.9"
},
"source": {
"git": "https://github.com/iainx/CartographerKit.git",
"tag": "0.1.0"
},
"source_files": "CartographerKit/*.{h,m}",
"frameworks": "MapKit",
"requires_arc": true
}