[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 9 / a / GTMHTTPFetcher / 0.0.1 / GTMHTTPFetcher.podspec.json
blob27b4cdebb91a9e9f6d25844c1b08fe7153057c26
2   "name": "GTMHTTPFetcher",
3   "version": "0.0.1",
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": "GTM HTTP Fetcher makes it easy for Cocoa applications to perform http operations.",
9   "description": "The fetcher is implemented as a wrapper on NSURLConnection, so its behavior is asynchronous and uses operating-system settings on iOS and Mac OS X.",
10   "homepage": "https://code.google.com/p/gtm-http-fetcher",
11   "authors": {
12     "The Google Data APIs team": "https://code.google.com/p/google-api-objectivec-client"
13   },
14   "source": {
15     "svn": "https://gtm-http-fetcher.googlecode.com/svn/trunk",
16     "revision": "r119"
17   },
18   "requires_arc": false,
19   "dependencies": {
20     "SBJson": [
21       "~> 3.2"
22     ]
23   },
24   "platforms": {
25     "ios": "3.0",
26     "osx": "10.6"
27   },
28   "ios": {
29     "frameworks": "UIKit"
30   },
31   "source_files": "Source/*.{h,m}",
32   "osx": {
33     "exclude_files": "**/GTMHTTPFetcherLogViewController.*"
34   }