blob: 2426545a10ebf8e518af1db795439ba4765dd208 [file] [log] [blame]
{
"name": "GPXXMLParser",
"version": "1.0.5",
"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",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"": "mark@inuksoft.com"
},
"platforms": {
"ios": "11.4"
},
"ios": {
"vendored_frameworks": "GPXXMLParser.framework"
},
"source": {
"http": "https://www.dropbox.com/s/mrepyomm4ijb85y/GPXXMLParser.zip?dl=0"
},
"exclude_files": "Classes/Exclude"
}