[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / 7 / 9 / d / DistanceGetter / 0.1.1 / DistanceGetter.podspec.json
blobe1449743adeed5a3627f2912ee7e0b92aeedccaf
2   "name": "DistanceGetter",
3   "version": "0.1.1",
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\n    with various Coursera assignments by myself and Don Patterson.\n",
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.1.1"
14   },
15   "social_media_url": "https://twitter.com/samkaufman",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "DistanceGetter": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "frameworks": "MapKit"