blob: 13b72da735ee86cf66adde79043ae637815ea8d7 [file] [log] [blame]
{
"name": "DaumMapLib",
"version": "0.0.9",
"summary": "Daum map from Kakao corp.",
"description": "Daum map for Flutter Plugin.",
"homepage": "https://github.com/clbycode/pod_daum_map/tree/master",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "clby",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/clbycode/pod_daum_map.git",
"tag": "0.0.9"
},
"ios": {
"vendored_frameworks": "Frameworks/DaumMap.embeddedframework/DaumMap.framework"
},
"source_files": "Frameworks/DaumMap.embeddedframework/DaumMap.framework/Headers/*.h",
"resources": "Frameworks/DaumMap.embeddedframework/Resources/*",
"frameworks": [
"CoreLocation",
"SystemConfiguration",
"OpenGLES",
"QuartzCore"
],
"libraries": [
"xml2",
"sqlite3",
"c++"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
}
}