[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 0 / f / HubbleDataSDK / 2.0 / HubbleDataSDK.podspec.json
bloba591953e5f603309818f1a17987be2e68c1f5d4f
2   "name": "HubbleDataSDK",
3   "version": "2.0",
4   "summary": "HubbleDataSDK",
5   "homepage": "https://da.netease.com/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "马守磊": "hzmashoulei@corp.netease.com"
12   },
13   "source": {
14     "git": "https://github.com/hubbledata/hubbledata-sdk-ios.git",
15     "tag": "v2.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "*.h",
21   "preserve_paths": [
22     "*.h",
23     "libHubbleDataSDK.a"
24   ],
25   "vendored_libraries": "libHubbleDataSDK.a",
26   "libraries": [
27     "z",
28     "sqlite3"
29   ],
30   "frameworks": [
31     "SystemConfiguration",
32     "CoreTelephony",
33     "CoreLocation",
34     "UIKit",
35     "Security",
36     "AdSupport",
37     "Foundation"
38   ],
39   "xcconfig": {
40     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/HubbleDataSDK",
41     "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/HubbleDataSDK"
42   }