[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 0 / 6 / 1 / KMLSaxParser / 0.1.0 / KMLSaxParser.podspec.json
blob7c631c2d182f82d13ac0b842ebc2ee594760c4b1
2   "name": "KMLSaxParser",
3   "version": "0.1.0",
4   "summary": "A kml (sax) parser for Objc.",
5   "description": "A library to parse and return spatial features from kml files",
6   "homepage": "https://github.com/nickolanack/objc-kml-saxparser",
7   "license": "MIT",
8   "authors": {
9     "nickolanack": "nickblackwell82@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nickolanack/objc-kml-saxparser.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "KMLSaxParser": [
22       "Pod/Assets/*.png"
23     ]
24   }