[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 1 / 2 / iOS-GPX-Framework / 0.0.2 / iOS-GPX-Framework.podspec.json
blob9581395f8f50f152186915a8edf11e09168ace05
2   "name": "iOS-GPX-Framework",
3   "version": "0.0.2",
4   "summary": "The iOS framework for parsing/generating GPX files.",
5   "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",
6   "homepage": "http://gpxframework.com/",
7   "screenshots": [
8     "http://gpxframework.com/img/gpx_viewer.png",
9     "http://gpxframework.com/img/gpx_logger.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Watanabe Toshinori": "t@flcl.jp"
14   },
15   "source": {
16     "git": "https://github.com/Pierre-Loup/iOS-GPX-Framework.git",
17     "tag": "0.0.2"
18   },
19   "platforms": {
20     "ios": "6.0"
21   },
22   "requires_arc": true,
23   "source_files": "GPX",
24   "ios": {
25     "frameworks": "UIKit"
26   },
27   "dependencies": {
28     "TBXML": [
29       "~> 1.5"
30     ]
31   }