[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / 8 / 9 / MapSnap / 0.2.0 / MapSnap.podspec.json
blob0b114c7ce97b1fa5487a2b91a4a194bb86d7ca33
2   "name": "MapSnap",
3   "version": "0.2.0",
4   "summary": "A library to easily create map snapshots",
5   "description": "MapSnap lets you easily create map snapshots, cache them, and display them in UIImageViews",
6   "homepage": "https://github.com/bsmith11/MapSnap",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brad Smith": "bradley.d.smith11@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/bsmith11/MapSnap.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MapSnap/Classes/**/*",
22   "requires_arc": true,
23   "frameworks": [
24     "UIKit",
25     "MapKit",
26     "CoreLocation"
27   ],
28   "dependencies": {
29     "PINCache": [
30       "~> 2.3"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"