[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / 8 / e / DaumMapLib / 0.0.9 / DaumMapLib.podspec.json
blob13b72da735ee86cf66adde79043ae637815ea8d7
2   "name": "DaumMapLib",
3   "version": "0.0.9",
4   "summary": "Daum map from Kakao corp.",
5   "description": "Daum map for Flutter Plugin.",
6   "homepage": "https://github.com/clbycode/pod_daum_map/tree/master",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "clby",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/clbycode/pod_daum_map.git",
17     "tag": "0.0.9"
18   },
19   "ios": {
20     "vendored_frameworks": "Frameworks/DaumMap.embeddedframework/DaumMap.framework"
21   },
22   "source_files": "Frameworks/DaumMap.embeddedframework/DaumMap.framework/Headers/*.h",
23   "resources": "Frameworks/DaumMap.embeddedframework/Resources/*",
24   "frameworks": [
25     "CoreLocation",
26     "SystemConfiguration",
27     "OpenGLES",
28     "QuartzCore"
29   ],
30   "libraries": [
31     "xml2",
32     "sqlite3",
33     "c++"
34   ],
35   "xcconfig": {
36     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
37   }