blob: 8cb255e21e0ec910a313eb9afcf18d1b503ba17d [file] [log] [blame]
{
"name": "gtm-session-fetcher",
"version": "1.0.21",
"summary": "Google Toolbox for Mac - Session Fetcher",
"description": "GTMSessionFetcher makes it easy for Cocoa applications to perform http operations. The fetcher is implemented as a wrapper on NSURLSession, so its behavior is asynchronous and uses operating-system settings on iOS and Mac OS X.\n\nFeatures include:\n\nSimple to build; only one source/header file pair is required\nSimple to use: takes just two lines of code to fetch a request\nSupports upload and download sessions\nFlexible cookie storage\nAutomatic retry on errors, with exponential backoff\nSupport for generating multipart MIME upload streams\nEasy, convenient logging of http requests and responses\nSupports plug-in authentication such as with gtm-oauth2\nEasily testable; self-mocking\nAutomatic rate limiting when created by the GTMSessionFetcherService factory class\nFully independent of other projects\n",
"homepage": "https://code.google.com/p/gtm-session-fetcher/",
"license": {
"type": "Apache License, Version 2.0",
"file": "Source/LICENSE"
},
"authors": "Google",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"svn": "http://gtm-session-fetcher.googlecode.com/svn/trunk/",
"revision": "21"
},
"source_files": "Source/*.{h,m}",
"osx": {
"exclude_files": "Source/GTMSessionFetcherLogViewController.{h,m}"
},
"ios": {
"frameworks": "UIKit"
},
"frameworks": [
"Security",
"Cocoa"
]
}