blob: 9581395f8f50f152186915a8edf11e09168ace05 [file] [log] [blame]
{
"name": "iOS-GPX-Framework",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "GPX",
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"TBXML": [
"~> 1.5"
]
}
}