[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 6 / a / GoogleDataTransport / 8.1.0 / GoogleDataTransport.podspec.json
blob38c2d61683ac8f5862b90eb5afcad3b282766990
2   "name": "GoogleDataTransport",
3   "version": "8.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/firebase/firebase-ios-sdk.git",
14     "tag": "DataTransport-8.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     "nanopb": [
49       "~> 2.30906.0"
50     ]
51   },
52   "pod_target_xcconfig": {
53     "GCC_C_LANGUAGE_STANDARD": "c99",
54     "CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY": "YES",
55     "GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 GDTCOR_VERSION=8.1.0",
56     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
57   },
58   "testspecs": [
59     {
60       "name": "Tests-Unit",
61       "test_type": "unit",
62       "platforms": {
63         "ios": "9.0",
64         "osx": "10.12",
65         "tvos": "10.0"
66       },
67       "requires_app_host": false,
68       "source_files": [
69         "GoogleDataTransport/GDTCORTests/Unit/**/*.{h,m}",
70         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
71       ],
72       "pod_target_xcconfig": {
73         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
74       }
75     },
76     {
77       "name": "Tests-Lifecycle",
78       "test_type": "unit",
79       "platforms": {
80         "ios": "9.0",
81         "osx": "10.12",
82         "tvos": "10.0"
83       },
84       "requires_app_host": false,
85       "source_files": [
86         "GoogleDataTransport/GDTCORTests/Lifecycle/**/*.{h,m}",
87         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
88       ],
89       "pod_target_xcconfig": {
90         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
91       }
92     },
93     {
94       "name": "Tests-Integration",
95       "test_type": "unit",
96       "platforms": {
97         "ios": "9.0",
98         "osx": "10.12",
99         "tvos": "10.0"
100       },
101       "requires_app_host": false,
102       "source_files": [
103         "GoogleDataTransport/GDTCORTests/Integration/**/*.{h,m}",
104         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
105       ],
106       "pod_target_xcconfig": {
107         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
108       },
109       "dependencies": {
110         "GCDWebServer": [
112         ]
113       }
114     },
115     {
116       "name": "CCT-Tests-Unit",
117       "test_type": "unit",
118       "platforms": {
119         "ios": "9.0",
120         "osx": "10.12",
121         "tvos": "10.0"
122       },
123       "requires_app_host": false,
124       "source_files": [
125         "GoogleDataTransport/GDTCCTTests/Unit/**/*.{h,m}",
126         "GoogleDataTransport/GDTCCTTests/Common/**/*.{h,m}",
127         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
128       ],
129       "resources": [
130         "GoogleDataTransport/GDTCCTTests/Data/**/*"
131       ],
132       "pod_target_xcconfig": {
133         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
134       },
135       "dependencies": {
136         "GCDWebServer": [
138         ]
139       }
140     },
141     {
142       "name": "CCT-Tests-Integration",
143       "test_type": "unit",
144       "platforms": {
145         "ios": "9.0",
146         "osx": "10.12",
147         "tvos": "10.0"
148       },
149       "requires_app_host": false,
150       "source_files": [
151         "GoogleDataTransport/GDTCCTTests/Integration/**/*.{h,m}",
152         "GoogleDataTransport/GDTCCTTests/Common/**/*.{h,m}"
153       ],
154       "resources": [
155         "GoogleDataTransport/GDTCCTTests/Data/**/*"
156       ],
157       "pod_target_xcconfig": {
158         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/\""
159       }
160     }
161   ]