[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / d / 0 / NAMapKit / 3.1 / NAMapKit.podspec.json
blob00b65b77533fb66513a15058c01a27844c3ef18b
2   "name": "NAMapKit",
3   "version": "3.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"
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   ]