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