[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 6 / a / GoogleDataTransport / 4.0.0 / GoogleDataTransport.podspec.json
blob2fd11e8474a12deb2c429bc2abd50cfb469ee50d
2   "name": "GoogleDataTransport",
3   "version": "4.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-4.0.0"
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   "pod_target_xcconfig": {
29     "GCC_C_LANGUAGE_STANDARD": "c99",
30     "GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
31     "CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY": "YES",
32     "GCC_PREPROCESSOR_DEFINITIONS": "GDTCOR_VERSION=4.0.0",
33     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransport/\""
34   },
35   "testspecs": [
36     {
37       "name": "Tests-Unit",
38       "test_type": "unit",
39       "platforms": {
40         "ios": "8.0",
41         "osx": "10.11",
42         "tvos": "10.0"
43       },
44       "requires_app_host": false,
45       "source_files": [
46         "GoogleDataTransport/GDTCORTests/Unit/**/*.{h,m}",
47         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
48       ],
49       "pod_target_xcconfig": {
50         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransport/\""
51       }
52     },
53     {
54       "name": "Tests-Lifecycle",
55       "test_type": "unit",
56       "platforms": {
57         "ios": "8.0",
58         "osx": "10.11",
59         "tvos": "10.0"
60       },
61       "requires_app_host": false,
62       "source_files": [
63         "GoogleDataTransport/GDTCORTests/Lifecycle/**/*.{h,m}",
64         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
65       ],
66       "pod_target_xcconfig": {
67         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransport/\""
68       }
69     },
70     {
71       "name": "Tests-Integration",
72       "test_type": "unit",
73       "platforms": {
74         "ios": "8.0",
75         "osx": "10.11",
76         "tvos": "10.0"
77       },
78       "requires_app_host": false,
79       "source_files": [
80         "GoogleDataTransport/GDTCORTests/Integration/**/*.{h,m}",
81         "GoogleDataTransport/GDTCORTests/Common/**/*.{h,m}"
82       ],
83       "pod_target_xcconfig": {
84         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GoogleDataTransport/\""
85       },
86       "dependencies": {
87         "GCDWebServer": [
89         ]
90       }
91     }
92   ]