blob: 9c4def3e68166626814a94511b0b0fae2ee0a164 [file] [log] [blame]
{
"name": "KMLSaxParser",
"version": "0.1.1",
"summary": "A kml (sax) parser for Objc.",
"description": "A library to parse and return spatial features from kml files",
"homepage": "https://github.com/nickolanack/objc-kml-saxparser",
"license": "MIT",
"authors": {
"nickolanack": "nickblackwell82@gmail.com"
},
"source": {
"git": "https://github.com/nickolanack/objc-kml-saxparser.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"KMLSaxParser": [
"Pod/Assets/*.png"
]
}
}