blob: 3663273444820d6e20d90bb15a173b7e7c780c94 [file] [log] [blame]
{
"name": "iOS-KML-Framework",
"version": "0.0.2",
"summary": "The iOS framework for parsing/generating KML files.",
"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",
"homepage": "http://kmlframework.com/",
"screenshots": [
"http://kmlframework.com/img/kml_viewer.png",
"http://kmlframework.com/img/kml_logger.png"
],
"license": "MIT",
"authors": {
"Watanabe Toshinori": "t@flcl.jp"
},
"source": {
"git": "https://github.com/Pierre-Loup/iOS-KML-Framework.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "KML",
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"TBXML": [
"~> 1.5"
]
}
}