[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / b / 3 / gtm-session-fetcher / 1.0.21.1 / gtm-session-fetcher.podspec.json
bloba266f74d8f798c02a0178bc849d17dc805a74c3d
2   "name": "gtm-session-fetcher",
3   "version": "1.0.21.1",
4   "summary": "Google Toolbox for Mac - Session Fetcher",
5   "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",
6   "homepage": "https://code.google.com/p/gtm-session-fetcher/",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "Source/LICENSE"
10   },
11   "authors": "Google",
12   "platforms": {
13     "ios": "7.0",
14     "osx": "10.9"
15   },
16   "source": {
17     "svn": "http://gtm-session-fetcher.googlecode.com/svn/trunk/",
18     "revision": "21"
19   },
20   "source_files": "Source/*.{h,m}",
21   "osx": {
22     "exclude_files": "Source/GTMSessionFetcherLogViewController.{h,m}",
23     "frameworks": "Cocoa"
24   },
25   "ios": {
26     "frameworks": "UIKit"
27   },
28   "frameworks": "Security"