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