[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 7 / d / 0 / NAMapKit / 2.1 / NAMapKit.podspec.json
blob60063be36483339a376e57e19c6bcff9aba5283e
2   "name": "NAMapKit",
3   "version": "2.1",
4   "summary": "Allows you to use custom maps in MapKit compatible way.",
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   },
11   "source": {
12     "git": "https://github.com/neilang/NAMapKit.git",
13     "tag": "v2.1"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "NaMapKit/*.{h,m}",
19   "resources": "NAMapKit/*.png",
20   "frameworks": [
21     "Foundation",
22     "UIKit",
23     "CoreGraphics"
24   ],
25   "requires_arc": true