blob: cc7fb4a30083c07a355bc52374476b5c5542495b [file] [log] [blame]
{
"name": "Simple-KML",
"version": "0.1.0",
"summary": "Simple KML is a simple & lightweight parsing library for KML written in Objective-C for the iOS platform.",
"homepage": "https://github.com/mapbox/Simple-KML",
"license": "Code Sorcery Workshop, LLC and Development Seed, Inc.",
"authors": {
"MapBox": "ios@mapbox.com"
},
"source": {
"git": "https://github.com/mapbox/Simple-KML.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "source/*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"TouchXML": [
],
"objective-zip": [
"0.0.1"
]
}
}