[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / e / 3 / GTMSessionFetcher / 1.1.9 / GTMSessionFetcher.podspec.json
blobd0e43150431cf631dbd8e9055bd357e689a991f0
2   "name": "GTMSessionFetcher",
3   "version": "1.1.9",
4   "authors": "Google Inc.",
5   "license": {
6     "type": "Apache",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/google/gtm-session-fetcher",
10   "source": {
11     "git": "https://github.com/google/gtm-session-fetcher.git",
12     "tag": "v1.1.9"
13   },
14   "summary": "Google Toolbox for Mac - Session Fetcher",
15   "description": "GTMSessionFetcher makes it easy for Cocoa applications\nto perform http operations. The fetcher is implemented\nas a wrapper on NSURLSession, so its behavior is asynchronous\nand uses operating-system settings on iOS and Mac OS X.",
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.8",
19     "tvos": "9.0"
20   },
21   "default_subspecs": "Full",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": [
26         "Source/GTMSessionFetcher.{h,m}",
27         "Source/GTMSessionFetcherLogging.{h,m}",
28         "Source/GTMSessionFetcherService.{h,m}",
29         "Source/GTMSessionUploadFetcher.{h,m}"
30       ],
31       "frameworks": "Security"
32     },
33     {
34       "name": "Full",
35       "source_files": [
36         "Source/GTMGatherInputStream.{h,m}",
37         "Source/GTMMIMEDocument.{h,m}",
38         "Source/GTMReadMonitorInputStream.{h,m}"
39       ],
40       "dependencies": {
41         "GTMSessionFetcher/Core": [
42           "1.1.9"
43         ]
44       }
45     },
46     {
47       "name": "LogView",
48       "platforms": {
49         "ios": "7.0"
50       },
51       "source_files": "Source/GTMSessionFetcherLogViewController.{h,m}",
52       "dependencies": {
53         "GTMSessionFetcher/Core": [
54           "1.1.9"
55         ]
56       }
57     }
58   ]