blob: 36c0a1a4152cb904713e30b856a3005137a9ad50 [file] [log] [blame]
{
"name": "GPXXMLParser",
"version": "1.0.13",
"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": "11.4"
},
"ios": {
"vendored_frameworks": "GPXXMLParser.framework"
},
"source": {
"http": "https://www.dropbox.com/s/fanpuvkqrgujsaw/GPXXMLParser.zip?dl=0"
},
"exclude_files": "Classes/Exclude"
}