[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / e / 3 / GTMSessionFetcher / 1.2.0 / GTMSessionFetcher.podspec.json
blobb7c3d3953189685973f0f6b477ec882abad30360
2   "name": "GTMSessionFetcher",
3   "version": "1.2.0",
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.2.0"
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.9",
19     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "default_subspecs": "Full",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "Source/GTMSessionFetcher.{h,m}",
28         "Source/GTMSessionFetcherLogging.{h,m}",
29         "Source/GTMSessionFetcherService.{h,m}",
30         "Source/GTMSessionUploadFetcher.{h,m}"
31       ],
32       "frameworks": "Security"
33     },
34     {
35       "name": "Full",
36       "source_files": [
37         "Source/GTMGatherInputStream.{h,m}",
38         "Source/GTMMIMEDocument.{h,m}",
39         "Source/GTMReadMonitorInputStream.{h,m}"
40       ],
41       "dependencies": {
42         "GTMSessionFetcher/Core": [
43           "1.2.0"
44         ]
45       }
46     },
47     {
48       "name": "LogView",
49       "platforms": {
50         "ios": "7.0"
51       },
52       "source_files": "Source/GTMSessionFetcherLogViewController.{h,m}",
53       "dependencies": {
54         "GTMSessionFetcher/Core": [
55           "1.2.0"
56         ]
57       }
58     }
59   ]