[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 8 / e / BrightIndoorSDK / 1.0.9 / BrightIndoorSDK.podspec.json
blobffe25e28f1aa7a69ba527c5e31121edd8cf391d2
2   "name": "BrightIndoorSDK",
3   "version": "1.0.9",
4   "summary": "Indoor location library for iBeacon devices",
5   "homepage": "http://www.brtbeacon.com",
6   "authors": {
7     "BrightBeacon": "o2owlkj@163.com"
8   },
9   "platforms": {
10     "ios": "7.0"
11   },
12   "source": {
13     "git": "https://github.com/BrightBeacon/BrightIndoorSDK_IOS.git",
14     "tag": "1.0.9"
15   },
16   "preserve_paths": [
17     "libs/lib/TYLocationEngine.framework",
18     "libs/lib/TYMapData.framework",
19     "libs/lib/TYMapSDK.framework"
20   ],
21   "ios": {
22     "vendored_frameworks": [
23       "libs/lib/TYLocationEngine.framework",
24       "libs/lib/TYMapData.framework",
25       "libs/lib/TYMapSDK.framework"
26     ]
27   },
28   "resources": "resource",
29   "requires_arc": true,
30   "libraries": [
31     "sqlite3",
32     "geos",
33     "z"
34   ],
35   "xcconfig": {
36     "FRAMEWORK_SEARCH_PATHS": "\"$HOME/Library/SDKs/ArcGIS/iOS\"",
37     "LIBRARY_SEARCH_PATHS": "\"~/Desktop/geos-3.5.0/geos/platform/mixd\"",
38     "OTHER_LDFLAGS": "\"-framework ArcGIS -lc++\""
39   },
40   "license": {
41     "type": "Copyright",
42     "text": "      Copyright 2017 BrightBeacon All rights reserved.\n"
43   }