blob: c8d44810a2a884f3dd7ae19b47d04f648480fd43 [file] [log] [blame]
{
"name": "DistanceGetter",
"version": "0.2",
"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\nwith various Coursera assignments by myself and Don Patterson.",
"homepage": "https://github.com/samkaufman/DistanceGetter",
"license": "MIT",
"authors": {
"Sam Kaufman": "emrysk@gmail.com"
},
"source": {
"git": "https://github.com/samkaufman/DistanceGetter.git",
"tag": "0.2"
},
"social_media_url": "https://twitter.com/samkaufman",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "MapKit"
}