[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / c / 4 / Google-API-Client / 0.0.3 / Google-API-Client.podspec.json
blobddf3a2793c03fade424ac1f8df00bf4082e64da3
2   "name": "Google-API-Client",
3   "version": "0.0.3",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "text": "                Copyright (c) 2011 Google Inc.\n\n                Licensed under the Apache License, Version 2.0 (the \"License\");\n                you may not use this file except in compliance with the License.\n                You may obtain a copy of the License at\n\n                    http://www.apache.org/licenses/LICENSE-2.0\n\n                Unless required by applicable law or agreed to in writing, software\n                distributed under the License is distributed on an \"AS IS\" BASIS,\n                WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n                See the License for the specific language governing permissions and\n                limitations under the License.\n"
7   },
8   "summary": "Written by Google, this library is a flexible and efficient Objective-C framework for accessing JSON APIs.",
9   "description": "The Google APIs Client Library for Objective-C is a Cocoa framework that enables developers for Mac OS X and iOS to easily write native applications using Google's JSON-RPC APIs.",
10   "homepage": "http://code.google.com/p/google-api-objectivec-client",
11   "authors": {
12     "Google, Inc.": "http://code.google.com/p/google-api-objectivec-client"
13   },
14   "source": {
15     "svn": "http://google-api-objectivec-client.googlecode.com/svn/trunk",
16     "revision": "r385"
17   },
18   "requires_arc": false,
19   "platforms": {
20     "ios": "5.0",
21     "osx": "10.7"
22   },
23   "dependencies": {
24     "SBJson": [
26     ],
27     "GTMHTTPFetcher": [
29     ],
30     "gtm-oauth2": [
32     ]
33   },
34   "default_subspecs": [
35     "Core"
36   ],
37   "subspecs": [
38     {
39       "name": "Core",
40       "source_files": [
41         "Source/Objects/*.{h,m}",
42         "Source/Utilities/*.{h,m}",
43         "Source/GTLDefines.h"
44       ]
45     },
46     {
47       "name": "Networking",
48       "dependencies": {
49         "Google-API-Client/Core": [
51         ]
52       },
53       "source_files": "Source/Networking/*.{h,m}"
54     },
55     {
56       "name": "AdSense",
57       "dependencies": {
58         "Google-API-Client/Core": [
60         ]
61       },
62       "exclude_files": "Source/Services/AdSense/**/*_Sources.m",
63       "source_files": "Source/Services/AdSense/**/*.{h,m}"
64     },
65     {
66       "name": "Analytics",
67       "dependencies": {
68         "Google-API-Client/Core": [
70         ]
71       },
72       "exclude_files": "Source/Services/Analytics/**/*_Sources.m",
73       "source_files": "Source/Services/Analytics/**/*.{h,m}"
74     },
75     {
76       "name": "Blogger",
77       "dependencies": {
78         "Google-API-Client/Core": [
80         ]
81       },
82       "exclude_files": "Source/Services/Blogger/**/*_Sources.m",
83       "source_files": "Source/Services/Blogger/**/*.{h,m}"
84     },
85     {
86       "name": "Books",
87       "dependencies": {
88         "Google-API-Client/Core": [
90         ]
91       },
92       "exclude_files": "Source/Services/Books/**/*_Sources.m",
93       "source_files": "Source/Services/Books/**/*.{h,m}"
94     },
95     {
96       "name": "Calendar",
97       "dependencies": {
98         "Google-API-Client/Core": [
100         ]
101       },
102       "exclude_files": "Source/Services/Calendar/**/*_Sources.m",
103       "source_files": "Source/Services/Calendar/**/*.{h,m}"
104     },
105     {
106       "name": "CivicInfo",
107       "dependencies": {
108         "Google-API-Client/Core": [
110         ]
111       },
112       "exclude_files": "Source/Services/CivicInfo/**/*_Sources.m",
113       "source_files": "Source/Services/CivicInfo/**/*.{h,m}"
114     },
115     {
116       "name": "Compute",
117       "dependencies": {
118         "Google-API-Client/Core": [
120         ]
121       },
122       "exclude_files": "Source/Services/Compute/**/*_Sources.m",
123       "source_files": "Source/Services/Compute/**/*.{h,m}"
124     },
125     {
126       "name": "Discovery",
127       "dependencies": {
128         "Google-API-Client/Core": [
130         ]
131       },
132       "exclude_files": "Source/Services/Discovery/**/*_Sources.m",
133       "source_files": "Source/Services/Discovery/**/*.{h,m}"
134     },
135     {
136       "name": "Drive",
137       "dependencies": {
138         "Google-API-Client/Core": [
140         ]
141       },
142       "exclude_files": "Source/Services/Drive/**/*_Sources.m",
143       "source_files": "Source/Services/Drive/**/*.{h,m}"
144     },
145     {
146       "name": "Groupssettings",
147       "dependencies": {
148         "Google-API-Client/Core": [
150         ]
151       },
152       "exclude_files": "Source/Services/Groupssettings/**/*_Sources.m",
153       "source_files": "Source/Services/Groupssettings/**/*.{h,m}"
154     },
155     {
156       "name": "Latitude",
157       "dependencies": {
158         "Google-API-Client/Core": [
160         ]
161       },
162       "exclude_files": "Source/Services/Latitude/**/*_Sources.m",
163       "source_files": "Source/Services/Latitude/**/*.{h,m}"
164     },
165     {
166       "name": "Licensing",
167       "dependencies": {
168         "Google-API-Client/Core": [
170         ]
171       },
172       "exclude_files": "Source/Services/Licensing/**/*_Sources.m",
173       "source_files": "Source/Services/Licensing/**/*.{h,m}"
174     },
175     {
176       "name": "Mirror",
177       "dependencies": {
178         "Google-API-Client/Core": [
180         ]
181       },
182       "exclude_files": "Source/Services/Mirror/**/*_Sources.m",
183       "source_files": "Source/Services/Mirror/**/*.{h,m}"
184     },
185     {
186       "name": "Orkut",
187       "dependencies": {
188         "Google-API-Client/Core": [
190         ]
191       },
192       "exclude_files": "Source/Services/Orkut/**/*_Sources.m",
193       "source_files": "Source/Services/Orkut/**/*.{h,m}"
194     },
195     {
196       "name": "Plus",
197       "dependencies": {
198         "Google-API-Client/Core": [
200         ]
201       },
202       "exclude_files": "Source/Services/Plus/**/*_Sources.m",
203       "source_files": "Source/Services/Plus/**/*.{h,m}"
204     },
205     {
206       "name": "Shopping",
207       "dependencies": {
208         "Google-API-Client/Core": [
210         ]
211       },
212       "exclude_files": "Source/Services/Shopping/**/*_Sources.m",
213       "source_files": "Source/Services/Shopping/**/*.{h,m}"
214     },
215     {
216       "name": "Storage",
217       "dependencies": {
218         "Google-API-Client/Core": [
220         ]
221       },
222       "exclude_files": "Source/Services/Storage/**/*_Sources.m",
223       "source_files": "Source/Services/Storage/**/*.{h,m}"
224     },
225     {
226       "name": "Tasks",
227       "dependencies": {
228         "Google-API-Client/Core": [
230         ]
231       },
232       "exclude_files": "Source/Services/Tasks/**/*_Sources.m",
233       "source_files": "Source/Services/Tasks/**/*.{h,m}"
234     },
235     {
236       "name": "Urlshortener",
237       "dependencies": {
238         "Google-API-Client/Core": [
240         ]
241       },
242       "exclude_files": "Source/Services/Urlshortener/**/*_Sources.m",
243       "source_files": "Source/Services/Urlshortener/**/*.{h,m}"
244     },
245     {
246       "name": "YouTube",
247       "dependencies": {
248         "Google-API-Client/Core": [
250         ]
251       },
252       "exclude_files": "Source/Services/YouTube/**/*_Sources.m",
253       "source_files": "Source/Services/YouTube/**/*.{h,m}"
254     },
255     {
256       "name": "YouTubeAnalytics",
257       "dependencies": {
258         "Google-API-Client/Core": [
260         ]
261       },
262       "exclude_files": "Source/Services/YouTubeAnalytics/**/*_Sources.m",
263       "source_files": "Source/Services/YouTubeAnalytics/**/*.{h,m}"
264     }
265   ]