[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / e / 3 / GTMSessionFetcher / 3.3.0 / GTMSessionFetcher.podspec.json
blob1bf9e021ffab26876208e58c760bd92dc385cb71
2   "name": "GTMSessionFetcher",
3   "version": "3.3.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": "v3.3.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.",
16   "platforms": {
17     "ios": "10.0",
18     "osx": "10.12",
19     "tvos": "10.0",
20     "watchos": "6.0"
21   },
22   "prefix_header_file": false,
23   "default_subspecs": "Full",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": "UnitTests/*.{h,m}",
29       "platforms": {
30         "ios": "10.0",
31         "osx": "10.12",
32         "tvos": "10.0",
33         "watchos": "7.4"
34       }
35     }
36   ],
37   "subspecs": [
38     {
39       "name": "Core",
40       "source_files": "Sources/Core/**/*.{h,m}",
41       "public_header_files": "Sources/Core/Public/GTMSessionFetcher/*.h",
42       "frameworks": "Security",
43       "resource_bundles": {
44         "GTMSessionFetcher_Core_Privacy": "Sources/Core/Resources/PrivacyInfo.xcprivacy"
45       }
46     },
47     {
48       "name": "Full",
49       "source_files": "Sources/Full/**/*.{h,m}",
50       "public_header_files": "Sources/Full/Public/GTMSessionFetcher/*.h",
51       "dependencies": {
52         "GTMSessionFetcher/Core": [
54         ]
55       },
56       "resource_bundles": {
57         "GTMSessionFetcher_Full_Privacy": "Sources/Full/Resources/PrivacyInfo.xcprivacy"
58       }
59     },
60     {
61       "name": "LogView",
62       "source_files": "Sources/LogView/**/*.{h,m}",
63       "public_header_files": "Sources/LogView/Public/GTMSessionFetcher/*.h",
64       "dependencies": {
65         "GTMSessionFetcher/Core": [
67         ]
68       },
69       "resource_bundles": {
70         "GTMSessionFetcher_LogView_Privacy": "Sources/LogView/Resources/PrivacyInfo.xcprivacy"
71       }
72     }
73   ]