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