[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / 8 / e / DaumMapLib / 0.0.7 / DaumMapLib.podspec.json
blob4c0dde01c369e807353b7433a9ffd72e6bd953b5
2   "name": "DaumMapLib",
3   "version": "0.0.7",
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.7"
18   },
19   "ios": {
20     "vendored_frameworks": "Frameworks/DaumMap.embeddedframework/DaumMap.framework"
21   },
22   "source_files": "Frameworks/DaumMap.embeddedframework/DaumMap.framework/Headers/*.h",
23   "frameworks": [
24     "CoreLocation",
25     "SystemConfiguration",
26     "OpenGLES",
27     "QuartzCore"
28   ],
29   "libraries": [
30     "xml2",
31     "sqlite3",
32     "c++"
33   ],
34   "xcconfig": {
35     "HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
36   }