blob: 6fea37966b4a0902cb65ddefe5c107b5a9610848 [file] [log] [blame]
{
"name": "Kml.swift",
"version": "0.3.1",
"summary": "Simple KML parser for Swift.",
"homepage": "https://github.com/asus4/Kml.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"asus4": "koki.ibukuro@gmail.com"
},
"social_media_url": "https://twitter.com/asus4",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/asus4/Kml.swift.git",
"tag": "0.3.1"
},
"source_files": "Source/*.swift",
"swift_versions": "4.0",
"dependencies": {
"AEXML": [
"~>4.3.0"
]
},
"swift_version": "4.0"
}