[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / e / 3 / GTMSessionFetcher / 3.2.0 / GTMSessionFetcher.podspec.json
blob0da8fe884a82c9e821981c435e1c5537a74c7e68
2   "name": "GTMSessionFetcher",
3   "version": "3.2.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.2.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     },
44     {
45       "name": "Full",
46       "source_files": "Sources/Full/**/*.{h,m}",
47       "public_header_files": "Sources/Full/Public/GTMSessionFetcher/*.h",
48       "dependencies": {
49         "GTMSessionFetcher/Core": [
51         ]
52       }
53     },
54     {
55       "name": "LogView",
56       "source_files": "Sources/LogView/**/*.{h,m}",
57       "public_header_files": "Sources/LogView/Public/GTMSessionFetcher/*.h",
58       "dependencies": {
59         "GTMSessionFetcher/Core": [
61         ]
62       }
63     }
64   ]