blob: 7c631c2d182f82d13ac0b842ebc2ee594760c4b1 [file] [log] [blame]
{
"name": "KMLSaxParser",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"KMLSaxParser": [
"Pod/Assets/*.png"
]
}
}