[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / f / 1 / MBMapSnapshotter / 1.0 / MBMapSnapshotter.podspec.json
blobb53244be5fe254ed057161e9e40b69872df11705
2   "name": "MBMapSnapshotter",
3   "version": "1.0",
4   "summary": "Make static images from MapBox without loosing the coordinates",
5   "description": "                   * Download images from MapBox.com using AFNetworking\n                   * Does the calculations of points for coordinates for you\n                   * Very small footprint\n",
6   "homepage": "https://github.com/plaetzchen/MBMapSnapshotter",
7   "license": "MIT",
8   "authors": {
9     "Philip Brechler": "pbrechler@mac.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/plaetzchen/MBMapSnapshotter.git",
16     "tag": "v1.0"
17   },
18   "source_files": [
19     "",
20     "MB*.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.0"
26     ]
27   }