[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 8 / 4 / GoogleUtilities / 7.6.0 / GoogleUtilities.podspec.json
blob4be977d9ebebad116909234d1cdb9776c77a373e
2   "name": "GoogleUtilities",
3   "version": "7.6.0",
4   "summary": "Google Utilities for Apple platform SDKs",
5   "description": "Internal Google Utilities including Network, Reachability Environment, Logger and Swizzling for\nother Google CocoaPods. They're not intended for direct public usage.",
6   "homepage": "https://github.com/google/GoogleUtilities",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/google/GoogleUtilities.git",
14     "tag": "CocoaPods-7.6.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   "pod_target_xcconfig": {
25     "GCC_C_LANGUAGE_STANDARD": "c99",
26     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
27   },
28   "testspecs": [
29     {
30       "name": "unit",
31       "test_type": "unit",
32       "scheme": {
33         "code_coverage": true
34       },
35       "platforms": {
36         "ios": "9.0",
37         "osx": "10.12",
38         "tvos": "10.0"
39       },
40       "source_files": [
41         "GoogleUtilities/Tests/Unit/**/*.[mh]"
42       ],
43       "requires_arc": [
44         "GoogleUtilities/Tests/Unit/*/*.[mh]",
45         "GoogleUtilities/Tests/Unit/Environment/**/*.[mh]"
46       ],
47       "requires_app_host": true,
48       "dependencies": {
49         "OCMock": [
51         ]
52       }
53     },
54     {
55       "name": "unit-swift",
56       "test_type": "unit",
57       "scheme": {
58         "code_coverage": true
59       },
60       "platforms": {
61         "ios": "9.0",
62         "osx": "10.12",
63         "tvos": "10.0"
64       },
65       "source_files": [
66         "GoogleUtilities/Tests/SwiftUnit/**/*.swift",
67         "GoogleUtilities/Tests/SwiftUnit/**/*.h"
68       ],
69       "requires_app_host": true
70     }
71   ],
72   "subspecs": [
73     {
74       "name": "Environment",
75       "source_files": "GoogleUtilities/Environment/**/*.[mh]",
76       "public_header_files": "GoogleUtilities/Environment/Public/GoogleUtilities/*.h",
77       "dependencies": {
78         "PromisesObjC": [
79           ">= 1.2",
80           "< 3.0"
81         ]
82       },
83       "frameworks": [
84         "Security"
85       ]
86     },
87     {
88       "name": "Logger",
89       "source_files": "GoogleUtilities/Logger/**/*.[mh]",
90       "public_header_files": "GoogleUtilities/Logger/Public/GoogleUtilities/*.h",
91       "dependencies": {
92         "GoogleUtilities/Environment": [
94         ]
95       }
96     },
97     {
98       "name": "Network",
99       "source_files": "GoogleUtilities/Network/**/*.[mh]",
100       "public_header_files": "GoogleUtilities/Network/Public/GoogleUtilities/*.h",
101       "dependencies": {
102         "GoogleUtilities/NSData+zlib": [
104         ],
105         "GoogleUtilities/Logger": [
107         ],
108         "GoogleUtilities/Reachability": [
110         ]
111       },
112       "frameworks": [
113         "Security"
114       ]
115     },
116     {
117       "name": "NSData+zlib",
118       "source_files": "GoogleUtilities/NSData+zlib/**/*.[mh]",
119       "public_header_files": "GoogleUtilities/NSData+zlib/Public/GoogleUtilities/*.h",
120       "libraries": [
121         "z"
122       ]
123     },
124     {
125       "name": "Reachability",
126       "source_files": "GoogleUtilities/Reachability/**/*.[mh]",
127       "public_header_files": "GoogleUtilities/Reachability/Public/GoogleUtilities/*.h",
128       "ios": {
129         "frameworks": [
130           "SystemConfiguration"
131         ]
132       },
133       "osx": {
134         "frameworks": [
135           "SystemConfiguration"
136         ]
137       },
138       "tvos": {
139         "frameworks": [
140           "SystemConfiguration"
141         ]
142       },
143       "dependencies": {
144         "GoogleUtilities/Logger": [
146         ]
147       }
148     },
149     {
150       "name": "AppDelegateSwizzler",
151       "source_files": [
152         "GoogleUtilities/AppDelegateSwizzler/Internal/*.h",
153         "GoogleUtilities/AppDelegateSwizzler/Public/**/*.h",
154         "GoogleUtilities/AppDelegateSwizzler/*.m",
155         "GoogleUtilities/Common/*.h"
156       ],
157       "public_header_files": [
158         "GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/*.h"
159       ],
160       "dependencies": {
161         "GoogleUtilities/Logger": [
163         ],
164         "GoogleUtilities/Network": [
166         ],
167         "GoogleUtilities/Environment": [
169         ]
170       }
171     },
172     {
173       "name": "ISASwizzler",
174       "source_files": [
175         "GoogleUtilities/ISASwizzler/**/*.[mh]",
176         "GoogleUtilities/Common/*.h"
177       ],
178       "public_header_files": "GoogleUtilities/ISASwizzler/Public/GoogleUtilities/*.h"
179     },
180     {
181       "name": "MethodSwizzler",
182       "source_files": [
183         "GoogleUtilities/MethodSwizzler/**/*.[mh]",
184         "GoogleUtilities/Common/*.h"
185       ],
186       "public_header_files": "GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/*.h",
187       "dependencies": {
188         "GoogleUtilities/Logger": [
190         ]
191       }
192     },
193     {
194       "name": "SwizzlerTestHelpers",
195       "source_files": "GoogleUtilities/SwizzlerTestHelpers/**/*.[hm]",
196       "public_header_files": "GoogleUtilities/SwizzlerTestHelpers/Public/GoogleUtilities/*.h",
197       "dependencies": {
198         "GoogleUtilities/MethodSwizzler": [
200         ]
201       }
202     },
203     {
204       "name": "UserDefaults",
205       "source_files": "GoogleUtilities/UserDefaults/**/*.[hm]",
206       "public_header_files": "GoogleUtilities/UserDefaults/Public/GoogleUtilities/*.h",
207       "dependencies": {
208         "GoogleUtilities/Logger": [
210         ]
211       }
212     }
213   ]