blob: a9e947befd51425da3c0dbb364d44c5aab35eef6 [file] [log] [blame]
{
"name": "KMLParser",
"version": "0.6.1",
"summary": "Swift KML parser base on the (NS)XMLParser found in Foundation",
"swift_versions": "5.2",
"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.6.1"
},
"social_media_url": "https://twitter.com/werffmeister",
"platforms": {
"ios": "11.0"
},
"source_files": "KMLParser/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
],
"swift_version": "5.2"
}