blob: 18101f74fea26a650ac9317688995265cb599732 [file] [log] [blame]
{
"name": "DaumMapLib",
"version": "0.0.6",
"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.6"
},
"ios": {
"vendored_frameworks": "Frameworks/DaumMap.embeddedframework/DaumMap.framework"
},
"source_files": "KakaoMapLib/**/*.{h,m}",
"frameworks": [
"CoreLocation",
"SystemConfiguration",
"OpenGLES",
"QuartzCore"
],
"libraries": [
"xml2",
"sqlite3",
"c++"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
}
}