[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / d / 6 / SGLocationUtil / 0.0.2 / SGLocationUtil.podspec.json
blob79662f3d9493565a13c26706d7b89d92f9c1c215
2   "name": "SGLocationUtil",
3   "version": "0.0.2",
4   "summary": "基于ArcGis加载天地图瓦片的定位功能",
5   "description": "基于ArcGis加载天地图瓦片的定位功能.",
6   "homepage": "https://github.com/crash-wu/SGLocationUtil",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "吴小星": "crash_wu@163.com"
13   },
14   "source": {
15     "git": "https://github.com/crash-wu/SGLocationUtil.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SGLocationUtil/Classes/*.swift",
22   "xcconfig": {
23     "FRAMEWORK_SEARCH_PATHS": "$(HOME)/Library/SDKs/ArcGIS/iOS",
24     "OTHER_LDFLAGS": "-lObjC -framework ArcGIS -l c++",
25     "ENABLE_BITCODE": "NO",
26     "CLANG_ENABLE_MODULES": "YES"
27   }