blob: f2b0839ed61cc6dcd2b8c0eb218fc128d38f08a4 [file] [log] [blame]
{
"name": "GPXXMLParser",
"version": "1.0.17",
"swift_versions": [
"5.0",
"5.1"
],
"summary": "GPXParser processes GPX files and creates an object tree from the XML structure.",
"description": "Using the XML structure of the GPX file, GPXParser creates a tree of objects which can be interrogated using the framework. Tracks, routes, waypoints, and metadata are exposed via public functions on the parser object.",
"homepage": "https://github.com/inukshukdeveloper/GPXXMLParser",
"license": "MIT",
"authors": {
"": "mark@inuksoft.com"
},
"platforms": {
"ios": "12.2"
},
"ios": {
"vendored_frameworks": "GPXXMLParser.framework"
},
"source": {
"http": "https://www.dropbox.com/s/k40y8adrohu7o1u/gpxxmlparser.zip?dl=0"
},
"exclude_files": "Classes/Exclude",
"swift_version": "5.1"
}