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