[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 0 / 6 / a / GoogleDataTransport / 9.1.4 / GoogleDataTransport.podspec.json
blob09b59960f4c8048bd83f8374911db549c5db87f4
2   "name": "GoogleDataTransport",
3   "version": "9.1.4",
4   "summary": "Google iOS SDK data transport.",
5   "description": "Shared library for iOS SDK data transport needs.",
6   "homepage": "https://developers.google.com/",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/google/GoogleDataTransport.git",
14     "tag": "CocoaPods-9.1.4"
15   },
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.12",
19     "tvos": "10.0",
20     "watchos": "6.0"
21   },
22   "cocoapods_version": ">= 1.4.0",
23   "prefix_header_file": false,
24   "source_files": [
25     "GoogleDataTransport/GDTCORLibrary/**/*",
26     "GoogleDataTransport/GDTCCTLibrary/**/*"
27   ],
28   "public_header_files": "GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/*.h",
29   "ios": {
30     "frameworks": [
31       "SystemConfiguration",
32       "CoreTelephony"
33     ]
34   },
35   "osx": {
36     "frameworks": [
37       "SystemConfiguration",
38       "CoreTelephony"
39     ]
40   },
41   "tvos": {
42     "frameworks": "SystemConfiguration"
43   },
44   "libraries": [
45     "z"
46   ],
47   "dependencies": {
48     "GoogleUtilities/Environment": [
49       "~> 7.7"
50     ],
51     "nanopb": [
52       ">= 2.30908.0",
53       "< 2.30910.0"
54     ],
55     "PromisesObjC": [
56       ">= 1.2",
57       "< 3.0"
58     ]
59   },
60   "pod_target_xcconfig": {
61     "GCC_C_LANGUAGE_STANDARD": "c99",
62     "CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY": "YES",
63     "GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GDTCOR_VERSION=9.1.4",
64     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
65   },
66   "testspecs": [
67     {
68       "name": "Tests-Unit",
69       "test_type": "unit",
70       "scheme": {
71         "code_coverage": true
72       },
73       "platforms": {
74         "ios": "9.0",
75         "osx": "10.12",
76         "tvos": "10.0"
77       },
78       "requires_app_host": false,
79       "source_files": [
80         "GoogleDataTransport/GDTCORTests/Unit/**/*.{h,m}",
81         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}",
82         "GoogleDataTransport/GDTCCTTests/Common/**/*.{h,m}"
83       ],
84       "pod_target_xcconfig": {
85         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
86       }
87     },
88     {
89       "name": "Tests-Lifecycle",
90       "test_type": "unit",
91       "scheme": {
92         "code_coverage": true
93       },
94       "platforms": {
95         "ios": "9.0",
96         "osx": "10.12",
97         "tvos": "10.0"
98       },
99       "requires_app_host": false,
100       "source_files": [
101         "GoogleDataTransport/GDTCORTests/Lifecycle/**/*.{h,m}",
102         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
103       ],
104       "pod_target_xcconfig": {
105         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
106       }
107     },
108     {
109       "name": "Tests-Integration",
110       "test_type": "unit",
111       "scheme": {
112         "code_coverage": true
113       },
114       "platforms": {
115         "ios": "9.0",
116         "osx": "10.12",
117         "tvos": "10.0"
118       },
119       "requires_app_host": false,
120       "source_files": [
121         "GoogleDataTransport/GDTCORTests/Integration/**/*.{h,m}",
122         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
123       ],
124       "pod_target_xcconfig": {
125         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
126       },
127       "dependencies": {
128         "GCDWebServer": [
130         ]
131       }
132     },
133     {
134       "name": "CCT-Tests-Unit",
135       "test_type": "unit",
136       "scheme": {
137         "code_coverage": true
138       },
139       "platforms": {
140         "ios": "9.0",
141         "osx": "10.12",
142         "tvos": "10.0"
143       },
144       "requires_app_host": false,
145       "source_files": [
146         "GoogleDataTransport/GDTCCTTests/Unit/**/*.{h,m}",
147         "GoogleDataTransport/GDTCCTTests/Common/**/*.{h,m}",
148         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
149       ],
150       "resources": [
151         "GoogleDataTransport/GDTCCTTests/Data/**/*"
152       ],
153       "pod_target_xcconfig": {
154         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
155       },
156       "dependencies": {
157         "GCDWebServer": [
159         ]
160       }
161     },
162     {
163       "name": "CCT-Tests-Integration",
164       "test_type": "unit",
165       "scheme": {
166         "code_coverage": true
167       },
168       "platforms": {
169         "ios": "9.0",
170         "osx": "10.12",
171         "tvos": "10.0"
172       },
173       "requires_app_host": false,
174       "source_files": [
175         "GoogleDataTransport/GDTCCTTests/Integration/**/*.{h,m}",
176         "GoogleDataTransport/GDTCCTTests/Unit/TestServer/GDTCCTTestServer.{h,m}",
177         "GoogleDataTransport/GDTCORTests/Common/Categories/GDTCORFlatFileStorage+Testing.{h,m}",
178         "GoogleDataTransport/GDTCCTTests/Common/**/*.{h,m}"
179       ],
180       "resources": [
181         "GoogleDataTransport/GDTCCTTests/Data/**/*"
182       ],
183       "pod_target_xcconfig": {
184         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
185       },
186       "dependencies": {
187         "GCDWebServer": [
189         ]
190       }
191     }
192   ]