blob: 73ce70655ce0600cc9ad83e7b1695c3b5a207224 [file] [log] [blame]
{
"name": "DistanceGetter",
"version": "0.1.0",
"summary": "A simple Pod to help with a few of our Coursera assignments.",
"description": " A simple module for grabbing distances between locations. Intended for use\n with various Coursera assignments by myself and Don Patterson.\n",
"homepage": "https://github.com/samkaufman/DistanceGetter",
"license": "MIT",
"authors": {
"Sam Kaufman": "emrysk@gmail.com"
},
"source": {
"git": "https://github.com/samkaufman/DistanceGetter.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/samkaufman",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DistanceGetter": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "MapKit"
}