[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 8 / e / DaumMapLib / 0.0.6 / DaumMapLib.podspec.json
blob18101f74fea26a650ac9317688995265cb599732
2   "name": "DaumMapLib",
3   "version": "0.0.6",
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.6"
18   },
19   "ios": {
20     "vendored_frameworks": "Frameworks/DaumMap.embeddedframework/DaumMap.framework"
21   },
22   "source_files": "KakaoMapLib/**/*.{h,m}",
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   }