[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 1 / c / 4 / Google-API-Client / 0.0.2 / Google-API-Client.podspec.json
blob16ed53f6be7e4aaf24f48733d199f389746a71a3
2   "name": "Google-API-Client",
3   "version": "0.0.2",
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": "r384"
17   },
18   "requires_arc": false,
19   "platforms": {
20     "ios": "5.0",
21     "osx": "10.7"
22   },
23   "source_files": "Source/*.{h,m}",
24   "dependencies": {
25     "SBJson": [
27     ],
28     "GTMHTTPFetcher": [
30     ],
31     "gtm-oauth2": [
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "Common",
38       "source_files": "Source/GTLDefines.h"
39     },
40     {
41       "name": "Networking",
42       "source_files": "Source/Networking/*.{h,m}"
43     },
44     {
45       "name": "Objects",
46       "source_files": "Source/Objects/*.{h,m}"
47     },
48     {
49       "name": "Services",
50       "subspecs": [
51         {
52           "name": "AdSense",
53           "exclude_files": "Source/Services/AdSense/**/*_Sources.m",
54           "source_files": "Source/Services/AdSense/**/*.{h,m}"
55         },
56         {
57           "name": "Analytics",
58           "exclude_files": "Source/Services/Analytics/**/*_Sources.m",
59           "source_files": "Source/Services/Analytics/**/*.{h,m}"
60         },
61         {
62           "name": "Blogger",
63           "exclude_files": "Source/Services/Blogger/**/*_Sources.m",
64           "source_files": "Source/Services/Blogger/**/*.{h,m}"
65         },
66         {
67           "name": "Books",
68           "exclude_files": "Source/Services/Books/**/*_Sources.m",
69           "source_files": "Source/Services/Books/**/*.{h,m}"
70         },
71         {
72           "name": "Calendar",
73           "exclude_files": "Source/Services/Calendar/**/*_Sources.m",
74           "source_files": "Source/Services/Calendar/**/*.{h,m}"
75         },
76         {
77           "name": "CivicInfo",
78           "exclude_files": "Source/Services/CivicInfo/**/*_Sources.m",
79           "source_files": "Source/Services/CivicInfo/**/*.{h,m}"
80         },
81         {
82           "name": "Compute",
83           "exclude_files": "Source/Services/Compute/**/*_Sources.m",
84           "source_files": "Source/Services/Compute/**/*.{h,m}"
85         },
86         {
87           "name": "Discovery",
88           "exclude_files": "Source/Services/Discovery/**/*_Sources.m",
89           "source_files": "Source/Services/Discovery/**/*.{h,m}"
90         },
91         {
92           "name": "Drive",
93           "exclude_files": "Source/Services/Drive/**/*_Sources.m",
94           "source_files": "Source/Services/Drive/**/*.{h,m}"
95         },
96         {
97           "name": "Groupssettings",
98           "exclude_files": "Source/Services/Groupssettings/**/*_Sources.m",
99           "source_files": "Source/Services/Groupssettings/**/*.{h,m}"
100         },
101         {
102           "name": "Latitude",
103           "exclude_files": "Source/Services/Latitude/**/*_Sources.m",
104           "source_files": "Source/Services/Latitude/**/*.{h,m}"
105         },
106         {
107           "name": "Licensing",
108           "exclude_files": "Source/Services/Licensing/**/*_Sources.m",
109           "source_files": "Source/Services/Licensing/**/*.{h,m}"
110         },
111         {
112           "name": "Mirror",
113           "exclude_files": "Source/Services/Mirror/**/*_Sources.m",
114           "source_files": "Source/Services/Mirror/**/*.{h,m}"
115         },
116         {
117           "name": "Orkut",
118           "exclude_files": "Source/Services/Orkut/**/*_Sources.m",
119           "source_files": "Source/Services/Orkut/**/*.{h,m}"
120         },
121         {
122           "name": "Plus",
123           "exclude_files": "Source/Services/Plus/**/*_Sources.m",
124           "source_files": "Source/Services/Plus/**/*.{h,m}"
125         },
126         {
127           "name": "Shopping",
128           "exclude_files": "Source/Services/Shopping/**/*_Sources.m",
129           "source_files": "Source/Services/Shopping/**/*.{h,m}"
130         },
131         {
132           "name": "Storage",
133           "exclude_files": "Source/Services/Storage/**/*_Sources.m",
134           "source_files": "Source/Services/Storage/**/*.{h,m}"
135         },
136         {
137           "name": "Tasks",
138           "exclude_files": "Source/Services/Tasks/**/*_Sources.m",
139           "source_files": "Source/Services/Tasks/**/*.{h,m}"
140         },
141         {
142           "name": "Urlshortener",
143           "exclude_files": "Source/Services/Urlshortener/**/*_Sources.m",
144           "source_files": "Source/Services/Urlshortener/**/*.{h,m}"
145         },
146         {
147           "name": "YouTube",
148           "exclude_files": "Source/Services/YouTube/**/*_Sources.m",
149           "source_files": "Source/Services/YouTube/**/*.{h,m}"
150         },
151         {
152           "name": "YouTubeAnalytics",
153           "exclude_files": "Source/Services/YouTubeAnalytics/**/*_Sources.m",
154           "source_files": "Source/Services/YouTubeAnalytics/**/*.{h,m}"
155         }
156       ]
157     },
158     {
159       "name": "Utilities",
160       "source_files": "Source/Utilities/*.{h,m}"
161     }
162   ]