[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 8 / a / SensorsAnalyticsSDK / 1.7.4 / SensorsAnalyticsSDK.podspec.json
blobf17e35854d2d16e232f7c592c3c477c1b26115e3
2   "name": "SensorsAnalyticsSDK",
3   "version": "1.7.4",
4   "summary": "The offical iOS SDK of Sensors Analytics.",
5   "homepage": "http://www.sensorsdata.cn",
6   "source": {
7     "git": "https://github.com/sensorsdata/sa-sdk-ios.git",
8     "tag": "v1.7.4"
9   },
10   "license": {
11     "type": "Apache License, Version 2.0"
12   },
13   "authors": {
14     "Yuhan ZOU": "zouyuhan@sensorsdata.cn"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "default_subspecs": "core",
20   "frameworks": [
21     "UIKit",
22     "Foundation",
23     "SystemConfiguration",
24     "CoreTelephony",
25     "CoreGraphics",
26     "QuartzCore"
27   ],
28   "libraries": [
29     "icucore",
30     "sqlite3",
31     "z"
32   ],
33   "subspecs": [
34     {
35       "name": "core",
36       "source_files": [
37         "SensorsAnalyticsSDK/SensorsAnalyticsSDK",
38         "SensorsAnalyticsSDK/SensorsAnalyticsSDK/*.{h,m}"
39       ],
40       "public_header_files": "SensorsAnalyticsSDK/SensorsAnalyticsSDK/SensorsAnalyticsSDK.h"
41     },
42     {
43       "name": "IDFA",
44       "dependencies": {
45         "SensorsAnalyticsSDK/core": [
47         ]
48       },
49       "pod_target_xcconfig": {
50         "GCC_PREPROCESSOR_DEFINITIONS": "SENSORS_ANALYTICS_IDFA=1"
51       }
52     },
53     {
54       "name": "LOG",
55       "dependencies": {
56         "SensorsAnalyticsSDK/core": [
58         ]
59       },
60       "pod_target_xcconfig": {
61         "GCC_PREPROCESSOR_DEFINITIONS": "SENSORS_ANALYTICS_ENABLE_LOG=1"
62       }
63     },
64     {
65       "name": "DISABLE_CALL_STACK",
66       "dependencies": {
67         "SensorsAnalyticsSDK/core": [
69         ]
70       },
71       "pod_target_xcconfig": {
72         "GCC_PREPROCESSOR_DEFINITIONS": "SENSORS_ANALYTICS_DISABLE_CALL_STACK=1"
73       }
74     },
75     {
76       "name": "DISABLE_VTRACK",
77       "dependencies": {
78         "SensorsAnalyticsSDK/core": [
80         ]
81       },
82       "pod_target_xcconfig": {
83         "GCC_PREPROCESSOR_DEFINITIONS": "SENSORS_ANALYTICS_DISABLE_VTRACK=1"
84       }
85     }
86   ]