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