blob: cf899691de7812d0b765c52368819a6903126be6 [file] [log] [blame]
{
"name": "iOS-GPX-Framework",
"version": "0.0.1",
"summary": "The iOS framework for parsing/generating GPX files.",
"description": " This is a iOS framework for parsing/generating GPX files. \n This Framework parses the GPX from a URL or Strings and create Objective-C Instances of GPX structure.\n",
"homepage": "http://gpxframework.com/",
"screenshots": [
"http://gpxframework.com/img/gpx_viewer.png",
"http://gpxframework.com/img/gpx_logger.png"
],
"license": "MIT",
"authors": {
"Watanabe Toshinori": "t@flcl.jp"
},
"source": {
"git": "https://github.com/Pierre-Loup/iOS-GPX-Framework.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "GPX"
}