[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 0 / 6 / a / GoogleDataTransport / 9.1.0 / GoogleDataTransport.podspec.json
blobae664196205e21894a9f936d3f53c1d8807169ba
2   "name": "GoogleDataTransport",
3   "version": "9.1.0",
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.0"
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.2"
50     ],
51     "nanopb": [
52       "~> 2.30908.0"
53     ],
54     "PromisesObjC": [
55       ">= 1.2",
56       "< 3.0"
57     ]
58   },
59   "pod_target_xcconfig": {
60     "GCC_C_LANGUAGE_STANDARD": "c99",
61     "CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY": "YES",
62     "GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GDTCOR_VERSION=9.1.0",
63     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
64   },
65   "testspecs": [
66     {
67       "name": "Tests-Unit",
68       "test_type": "unit",
69       "scheme": {
70         "code_coverage": true
71       },
72       "platforms": {
73         "ios": "9.0",
74         "osx": "10.12",
75         "tvos": "10.0"
76       },
77       "requires_app_host": false,
78       "source_files": [
79         "GoogleDataTransport/GDTCORTests/Unit/**/*.{h,m}",
80         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}",
81         "GoogleDataTransport/GDTCCTTests/Common/**/*.{h,m}"
82       ],
83       "pod_target_xcconfig": {
84         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
85       }
86     },
87     {
88       "name": "Tests-Lifecycle",
89       "test_type": "unit",
90       "scheme": {
91         "code_coverage": true
92       },
93       "platforms": {
94         "ios": "9.0",
95         "osx": "10.12",
96         "tvos": "10.0"
97       },
98       "requires_app_host": false,
99       "source_files": [
100         "GoogleDataTransport/GDTCORTests/Lifecycle/**/*.{h,m}",
101         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
102       ],
103       "pod_target_xcconfig": {
104         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
105       }
106     },
107     {
108       "name": "Tests-Integration",
109       "test_type": "unit",
110       "scheme": {
111         "code_coverage": true
112       },
113       "platforms": {
114         "ios": "9.0",
115         "osx": "10.12",
116         "tvos": "10.0"
117       },
118       "requires_app_host": false,
119       "source_files": [
120         "GoogleDataTransport/GDTCORTests/Integration/**/*.{h,m}",
121         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
122       ],
123       "pod_target_xcconfig": {
124         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
125       },
126       "dependencies": {
127         "GCDWebServer": [
129         ]
130       }
131     },
132     {
133       "name": "CCT-Tests-Unit",
134       "test_type": "unit",
135       "scheme": {
136         "code_coverage": true
137       },
138       "platforms": {
139         "ios": "9.0",
140         "osx": "10.12",
141         "tvos": "10.0"
142       },
143       "requires_app_host": false,
144       "source_files": [
145         "GoogleDataTransport/GDTCCTTests/Unit/**/*.{h,m}",
146         "GoogleDataTransport/GDTCCTTests/Common/**/*.{h,m}",
147         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
148       ],
149       "resources": [
150         "GoogleDataTransport/GDTCCTTests/Data/**/*"
151       ],
152       "pod_target_xcconfig": {
153         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
154       },
155       "dependencies": {
156         "GCDWebServer": [
158         ]
159       }
160     },
161     {
162       "name": "CCT-Tests-Integration",
163       "test_type": "unit",
164       "scheme": {
165         "code_coverage": true
166       },
167       "platforms": {
168         "ios": "9.0",
169         "osx": "10.12",
170         "tvos": "10.0"
171       },
172       "requires_app_host": false,
173       "source_files": [
174         "GoogleDataTransport/GDTCCTTests/Integration/**/*.{h,m}",
175         "GoogleDataTransport/GDTCCTTests/Unit/TestServer/GDTCCTTestServer.{h,m}",
176         "GoogleDataTransport/GDTCORTests/Common/Categories/GDTCORFlatFileStorage+Testing.{h,m}",
177         "GoogleDataTransport/GDTCCTTests/Common/**/*.{h,m}"
178       ],
179       "resources": [
180         "GoogleDataTransport/GDTCCTTests/Data/**/*"
181       ],
182       "pod_target_xcconfig": {
183         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
184       },
185       "dependencies": {
186         "GCDWebServer": [
188         ]
189       }
190     }
191   ]