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