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