[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / d / 0 / NAMapKit / 3.1.1 / NAMapKit.podspec.json
blob462237b636d85d823ae963be1d0a193621dd5bc4
2   "name": "NAMapKit",
3   "version": "3.1.1",
4   "summary": "A Custom and simple framework for creating custom maps. Not based on MapKit.",
5   "homepage": "https://github.com/neilang/NAMapKit",
6   "license": "MIT",
7   "authors": {
8     "Neil Ang": "neil@neilang.com",
9     "Tony Arnold": "tony@thecocoabots.com",
10     "Daniel Doubrovkine": "dblock@dblock.org",
11     "Orta Therox": "orta.therox@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/neilang/NAMapKit.git",
15     "tag": "v3.1.1"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": "NaMapKit/*.{h,m}",
21   "resources": "NAMapKit/*.png",
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "CoreGraphics"
26   ],
27   "requires_arc": true,
28   "dependencies": [
29     "SDWebImage",
30     "ARTiledImageView"
31   ]