blob: 8c363b385db243c5f59c99e04493321c74961047 [file] [log] [blame]
{
"name": "KMLParser",
"version": "0.2.0",
"summary": "Swift KML parser base on the (NS)XMLParser found in Foundation",
"description": "This lib tries to simplify parsing a KML document, currently it supports the followin KML features:\n* Polygon, as well nested inner pollygons (inner boundaries of a Polygon)\n* Points",
"homepage": "https://github.com/avdwerff/KMLParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"avdwerff": "avdwerff@gmail.com"
},
"source": {
"git": "https://github.com/avdwerff/KMLParser.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/werffmeister",
"platforms": {
"ios": "8.0"
},
"source_files": "KMLParser/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
],
"pushed_with_swift_version": "3.0"
}