[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / e / 3 / GTMSessionFetcher / 4.0.0 / GTMSessionFetcher.podspec.json
blob7298e3ae5c070699192cc8c7f1b5fd7247c20e50
2   "name": "GTMSessionFetcher",
3   "version": "4.0.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": "v4.0.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   "cocoapods_version": ">= 1.12.0",
17   "platforms": {
18     "ios": "13.0",
19     "osx": "10.15",
20     "tvos": "13.0",
21     "visionos": "1.0",
22     "watchos": "7.0"
23   },
24   "prefix_header_file": false,
25   "default_subspecs": "Full",
26   "pod_target_xcconfig": {
27     "DEFINES_MODULE": "YES"
28   },
29   "testspecs": [
30     {
31       "name": "Tests",
32       "test_type": "unit",
33       "source_files": "UnitTests/*.{h,m}",
34       "platforms": {
35         "ios": "13.0",
36         "osx": "10.15",
37         "tvos": "13.0",
38         "visionos": "1.0",
39         "watchos": "7.4"
40       }
41     }
42   ],
43   "subspecs": [
44     {
45       "name": "Core",
46       "source_files": "Sources/Core/**/*.{h,m}",
47       "public_header_files": "Sources/Core/Public/GTMSessionFetcher/*.h",
48       "frameworks": "Security",
49       "resource_bundles": {
50         "GTMSessionFetcher_Core_Privacy": "Sources/Core/Resources/PrivacyInfo.xcprivacy"
51       }
52     },
53     {
54       "name": "Full",
55       "source_files": "Sources/Full/**/*.{h,m}",
56       "public_header_files": "Sources/Full/Public/GTMSessionFetcher/*.h",
57       "dependencies": {
58         "GTMSessionFetcher/Core": [
60         ]
61       },
62       "resource_bundles": {
63         "GTMSessionFetcher_Full_Privacy": "Sources/Full/Resources/PrivacyInfo.xcprivacy"
64       }
65     },
66     {
67       "name": "LogView",
68       "source_files": "Sources/LogView/**/*.{h,m}",
69       "public_header_files": "Sources/LogView/Public/GTMSessionFetcher/*.h",
70       "dependencies": {
71         "GTMSessionFetcher/Core": [
73         ]
74       },
75       "resource_bundles": {
76         "GTMSessionFetcher_LogView_Privacy": "Sources/LogView/Resources/PrivacyInfo.xcprivacy"
77       }
78     }
79   ]