[Add] ADPhotoKit 1.5.0
[CocoaPods.git] / Specs / d / 7 / 1 / iOS-KML-Framework / 0.0.2 / iOS-KML-Framework.podspec.json
blob3663273444820d6e20d90bb15a173b7e7c780c94
2   "name": "iOS-KML-Framework",
3   "version": "0.0.2",
4   "summary": "The iOS framework for parsing/generating KML files.",
5   "description": "                   This is a iOS framework for parsing/generating KML files.\n                   This Framework parses the KML from a URL or Strings and create Objective-C Instances of KML structure. \n",
6   "homepage": "http://kmlframework.com/",
7   "screenshots": [
8     "http://kmlframework.com/img/kml_viewer.png",
9     "http://kmlframework.com/img/kml_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-KML-Framework.git",
17     "tag": "0.0.2"
18   },
19   "platforms": {
20     "ios": "6.0"
21   },
22   "requires_arc": true,
23   "source_files": "KML",
24   "ios": {
25     "frameworks": "UIKit"
26   },
27   "dependencies": {
28     "TBXML": [
29       "~> 1.5"
30     ]
31   }