[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 8 / e / BrightIndoorSDK / 1.0.7 / BrightIndoorSDK.podspec.json
blob3198aeee234225766ce8fc35c3efa009c58dfe62
2   "name": "BrightIndoorSDK",
3   "version": "1.0.7",
4   "summary": "Indoor location library for BrightBeacon 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.7"
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": "libs/MapResource",
29   "requires_arc": true,
30   "libraries": [
31     "sqlite3",
32     "geos"
33   ],
34   "xcconfig": {
35     "FRAMEWORK_SEARCH_PATHS": "\"$HOME/Library/SDKs/ArcGIS/iOS\"",
36     "LIBRARY_SEARCH_PATHS": "\"/Users/thomasho/Downloads/geos-3.5.0/geos/platform\"",
37     "OTHER_LDFLAGS": "\"-framework ArcGIS -lc++\""
38   },
39   "license": {
40     "type": "Copyright",
41     "text": "      Copyright 2016 BrightBeacon All rights reserved.\n"
42   }