[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 7 / 9 / d / DistanceGetter / 0.2 / DistanceGetter.podspec.json
blobc8d44810a2a884f3dd7ae19b47d04f648480fd43
2   "name": "DistanceGetter",
3   "version": "0.2",
4   "summary": "A simple Pod to help with a few of our Coursera assignments.",
5   "description": "A simple module for grabbing distances between locations. Intended for use\nwith various Coursera assignments by myself and Don Patterson.",
6   "homepage": "https://github.com/samkaufman/DistanceGetter",
7   "license": "MIT",
8   "authors": {
9     "Sam Kaufman": "emrysk@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/samkaufman/DistanceGetter.git",
13     "tag": "0.2"
14   },
15   "social_media_url": "https://twitter.com/samkaufman",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "frameworks": "MapKit"