Skip to content

Instantly share code, notes, and snippets.

@gabriel
Created November 24, 2014 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabriel/ae31056545509bfbde5c to your computer and use it in GitHub Desktop.
Save gabriel/ae31056545509bfbde5c to your computer and use it in GitHub Desktop.
{
"name": "GTMHTTPFetcher",
"version": "0.1.0",
"authors": "Google",
"license": {
"type": "Apache License, Version 2.0",
"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"
},
"homepage": "https://code.google.com/p/gtm-http-fetcher/",
"source": {
"svn": "http://gtm-http-fetcher.googlecode.com/svn/trunk/",
"revision": "141"
},
"summary": "Google Toolbox for Mac - HTTP Fetcher",
"description": " GTM HTTP Fetcher makes it easy for Cocoa applications to perform http\n operations. The fetcher is implemented as a wrapper on NSURLConnection,\n so its behavior is asynchronous and uses operating-system settings on\n iOS and Mac OS X.\n\n This version can be used with iOS ≥ 5.0 or OS X ≥ 10.7.\n To target earlier versions of iOS or OS X, use\n\n pod 'GTMHTTPFetcher', '~> 0.0.1'\n",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": false,
"ios": {
"frameworks": "UIKit"
},
"source_files": "Source/*.{h,m}",
"osx": {
"exclude_files": "Source/GTMHTTPFetcherLogViewController.{h,m}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment