[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / 8 / 4 / GoogleUtilities / 7.2.2 / GoogleUtilities.podspec.json
blobc82f9bfd1681bcc366f9a1d6d3b66bfa1cf46c9c
2   "name": "GoogleUtilities",
3   "version": "7.2.2",
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.2.2"
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": "GoogleUtilities/Tests/Unit/*/*.[mh]",
44       "requires_app_host": true,
45       "dependencies": {
46         "OCMock": [
48         ]
49       }
50     },
51     {
52       "name": "unit-swift",
53       "test_type": "unit",
54       "scheme": {
55         "code_coverage": true
56       },
57       "platforms": {
58         "ios": "9.0",
59         "osx": "10.12",
60         "tvos": "10.0"
61       },
62       "source_files": [
63         "GoogleUtilities/Tests/SwiftUnit/**/*.swift",
64         "GoogleUtilities/Tests/SwiftUnit/**/*.h"
65       ],
66       "requires_app_host": true
67     }
68   ],
69   "subspecs": [
70     {
71       "name": "Environment",
72       "source_files": "GoogleUtilities/Environment/**/*.[mh]",
73       "public_header_files": "GoogleUtilities/Environment/Public/GoogleUtilities/*.h",
74       "dependencies": {
75         "PromisesObjC": [
76           "~> 1.2"
77         ]
78       }
79     },
80     {
81       "name": "Logger",
82       "source_files": "GoogleUtilities/Logger/**/*.[mh]",
83       "public_header_files": "GoogleUtilities/Logger/Public/GoogleUtilities/*.h",
84       "dependencies": {
85         "GoogleUtilities/Environment": [
87         ]
88       }
89     },
90     {
91       "name": "Network",
92       "source_files": "GoogleUtilities/Network/**/*.[mh]",
93       "public_header_files": "GoogleUtilities/Network/Public/GoogleUtilities/*.h",
94       "dependencies": {
95         "GoogleUtilities/NSData+zlib": [
97         ],
98         "GoogleUtilities/Logger": [
100         ],
101         "GoogleUtilities/Reachability": [
103         ]
104       },
105       "frameworks": [
106         "Security"
107       ]
108     },
109     {
110       "name": "NSData+zlib",
111       "source_files": "GoogleUtilities/NSData+zlib/**/*.[mh]",
112       "public_header_files": "GoogleUtilities/NSData+zlib/Public/GoogleUtilities/*.h",
113       "libraries": [
114         "z"
115       ]
116     },
117     {
118       "name": "Reachability",
119       "source_files": "GoogleUtilities/Reachability/**/*.[mh]",
120       "public_header_files": "GoogleUtilities/Reachability/Public/GoogleUtilities/*.h",
121       "ios": {
122         "frameworks": [
123           "SystemConfiguration"
124         ]
125       },
126       "osx": {
127         "frameworks": [
128           "SystemConfiguration"
129         ]
130       },
131       "tvos": {
132         "frameworks": [
133           "SystemConfiguration"
134         ]
135       },
136       "dependencies": {
137         "GoogleUtilities/Logger": [
139         ]
140       }
141     },
142     {
143       "name": "AppDelegateSwizzler",
144       "source_files": [
145         "GoogleUtilities/AppDelegateSwizzler/Internal/*.h",
146         "GoogleUtilities/AppDelegateSwizzler/Public/**/*.h",
147         "GoogleUtilities/AppDelegateSwizzler/*.m",
148         "GoogleUtilities/Common/*.h"
149       ],
150       "public_header_files": [
151         "GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/*.h"
152       ],
153       "dependencies": {
154         "GoogleUtilities/Logger": [
156         ],
157         "GoogleUtilities/Network": [
159         ],
160         "GoogleUtilities/Environment": [
162         ]
163       }
164     },
165     {
166       "name": "ISASwizzler",
167       "source_files": [
168         "GoogleUtilities/ISASwizzler/**/*.[mh]",
169         "GoogleUtilities/Common/*.h"
170       ],
171       "public_header_files": "GoogleUtilities/ISASwizzler/Public/GoogleUtilities/*.h"
172     },
173     {
174       "name": "MethodSwizzler",
175       "source_files": [
176         "GoogleUtilities/MethodSwizzler/**/*.[mh]",
177         "GoogleUtilities/Common/*.h"
178       ],
179       "public_header_files": "GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/*.h",
180       "dependencies": {
181         "GoogleUtilities/Logger": [
183         ]
184       }
185     },
186     {
187       "name": "SwizzlerTestHelpers",
188       "source_files": "GoogleUtilities/SwizzlerTestHelpers/**/*.[hm]",
189       "public_header_files": "GoogleUtilities/SwizzlerTestHelpers/Public/GoogleUtilities/*.h",
190       "dependencies": {
191         "GoogleUtilities/MethodSwizzler": [
193         ]
194       }
195     },
196     {
197       "name": "UserDefaults",
198       "source_files": "GoogleUtilities/UserDefaults/**/*.[hm]",
199       "public_header_files": "GoogleUtilities/UserDefaults/Public/GoogleUtilities/*.h",
200       "dependencies": {
201         "GoogleUtilities/Logger": [
203         ]
204       }
205     }
206   ]