[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 0 / 8 / 4 / GoogleUtilities / 7.4.3 / GoogleUtilities.podspec.json
blob0ec3528f8962d1cce3df4b058c5382a7e9a18143
2   "name": "GoogleUtilities",
3   "version": "7.4.3",
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.4.3"
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         ]
81       },
82       "frameworks": [
83         "Security"
84       ]
85     },
86     {
87       "name": "Logger",
88       "source_files": "GoogleUtilities/Logger/**/*.[mh]",
89       "public_header_files": "GoogleUtilities/Logger/Public/GoogleUtilities/*.h",
90       "dependencies": {
91         "GoogleUtilities/Environment": [
93         ]
94       }
95     },
96     {
97       "name": "Network",
98       "source_files": "GoogleUtilities/Network/**/*.[mh]",
99       "public_header_files": "GoogleUtilities/Network/Public/GoogleUtilities/*.h",
100       "dependencies": {
101         "GoogleUtilities/NSData+zlib": [
103         ],
104         "GoogleUtilities/Logger": [
106         ],
107         "GoogleUtilities/Reachability": [
109         ]
110       },
111       "frameworks": [
112         "Security"
113       ]
114     },
115     {
116       "name": "NSData+zlib",
117       "source_files": "GoogleUtilities/NSData+zlib/**/*.[mh]",
118       "public_header_files": "GoogleUtilities/NSData+zlib/Public/GoogleUtilities/*.h",
119       "libraries": [
120         "z"
121       ]
122     },
123     {
124       "name": "Reachability",
125       "source_files": "GoogleUtilities/Reachability/**/*.[mh]",
126       "public_header_files": "GoogleUtilities/Reachability/Public/GoogleUtilities/*.h",
127       "ios": {
128         "frameworks": [
129           "SystemConfiguration"
130         ]
131       },
132       "osx": {
133         "frameworks": [
134           "SystemConfiguration"
135         ]
136       },
137       "tvos": {
138         "frameworks": [
139           "SystemConfiguration"
140         ]
141       },
142       "dependencies": {
143         "GoogleUtilities/Logger": [
145         ]
146       }
147     },
148     {
149       "name": "AppDelegateSwizzler",
150       "source_files": [
151         "GoogleUtilities/AppDelegateSwizzler/Internal/*.h",
152         "GoogleUtilities/AppDelegateSwizzler/Public/**/*.h",
153         "GoogleUtilities/AppDelegateSwizzler/*.m",
154         "GoogleUtilities/Common/*.h"
155       ],
156       "public_header_files": [
157         "GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/*.h"
158       ],
159       "dependencies": {
160         "GoogleUtilities/Logger": [
162         ],
163         "GoogleUtilities/Network": [
165         ],
166         "GoogleUtilities/Environment": [
168         ]
169       }
170     },
171     {
172       "name": "ISASwizzler",
173       "source_files": [
174         "GoogleUtilities/ISASwizzler/**/*.[mh]",
175         "GoogleUtilities/Common/*.h"
176       ],
177       "public_header_files": "GoogleUtilities/ISASwizzler/Public/GoogleUtilities/*.h"
178     },
179     {
180       "name": "MethodSwizzler",
181       "source_files": [
182         "GoogleUtilities/MethodSwizzler/**/*.[mh]",
183         "GoogleUtilities/Common/*.h"
184       ],
185       "public_header_files": "GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/*.h",
186       "dependencies": {
187         "GoogleUtilities/Logger": [
189         ]
190       }
191     },
192     {
193       "name": "SwizzlerTestHelpers",
194       "source_files": "GoogleUtilities/SwizzlerTestHelpers/**/*.[hm]",
195       "public_header_files": "GoogleUtilities/SwizzlerTestHelpers/Public/GoogleUtilities/*.h",
196       "dependencies": {
197         "GoogleUtilities/MethodSwizzler": [
199         ]
200       }
201     },
202     {
203       "name": "UserDefaults",
204       "source_files": "GoogleUtilities/UserDefaults/**/*.[hm]",
205       "public_header_files": "GoogleUtilities/UserDefaults/Public/GoogleUtilities/*.h",
206       "dependencies": {
207         "GoogleUtilities/Logger": [
209         ]
210       }
211     }
212   ]