[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 6 / a / GoogleDataTransport / 6.2.1 / GoogleDataTransport.podspec.json
blob96baece8838589c5a051fe747ebd44a11becbffb
2   "name": "GoogleDataTransport",
3   "version": "6.2.1",
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-6.2.1"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.11",
19     "tvos": "10.0",
20     "watchos": "6.0"
21   },
22   "cocoapods_version": ">= 1.4.0",
23   "static_framework": true,
24   "prefix_header_file": false,
25   "source_files": "GoogleDataTransport/GDTCORLibrary/**/*",
26   "public_header_files": "GoogleDataTransport/GDTCORLibrary/Public/*.h",
27   "private_header_files": "GoogleDataTransport/GDTCORLibrary/Private/*.h",
28   "ios": {
29     "frameworks": [
30       "SystemConfiguration",
31       "CoreTelephony"
32     ]
33   },
34   "osx": {
35     "frameworks": [
36       "SystemConfiguration",
37       "CoreTelephony"
38     ]
39   },
40   "tvos": {
41     "frameworks": "SystemConfiguration"
42   },
43   "pod_target_xcconfig": {
44     "GCC_C_LANGUAGE_STANDARD": "c99",
45     "GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
46     "CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY": "YES",
47     "GCC_PREPROCESSOR_DEFINITIONS": "GDTCOR_VERSION=6.2.1",
48     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransport/\""
49   },
50   "testspecs": [
51     {
52       "name": "Tests-Unit",
53       "test_type": "unit",
54       "platforms": {
55         "ios": "8.0",
56         "osx": "10.11",
57         "tvos": "10.0"
58       },
59       "requires_app_host": false,
60       "source_files": [
61         "GoogleDataTransport/GDTCORTests/Unit/**/*.{h,m}",
62         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
63       ],
64       "pod_target_xcconfig": {
65         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransport/\""
66       }
67     },
68     {
69       "name": "Tests-Lifecycle",
70       "test_type": "unit",
71       "platforms": {
72         "ios": "8.0",
73         "osx": "10.11",
74         "tvos": "10.0"
75       },
76       "requires_app_host": false,
77       "source_files": [
78         "GoogleDataTransport/GDTCORTests/Lifecycle/**/*.{h,m}",
79         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
80       ],
81       "pod_target_xcconfig": {
82         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransport/\""
83       }
84     },
85     {
86       "name": "Tests-Integration",
87       "test_type": "unit",
88       "platforms": {
89         "ios": "8.0",
90         "osx": "10.11",
91         "tvos": "10.0"
92       },
93       "requires_app_host": false,
94       "source_files": [
95         "GoogleDataTransport/GDTCORTests/Integration/**/*.{h,m}",
96         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
97       ],
98       "pod_target_xcconfig": {
99         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransport/\""
100       },
101       "dependencies": {
102         "GCDWebServer": [
104         ]
105       }
106     }
107   ]