2 "name": "GTMSessionFetcher",
4 "authors": "Google Inc.",
9 "homepage": "https://github.com/google/gtm-session-fetcher",
11 "git": "https://github.com/google/gtm-session-fetcher.git",
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.",
22 "prefix_header_file": false,
23 "default_subspecs": "Full",
28 "source_files": "UnitTests/*.{h,m}",
40 "source_files": "Sources/Core/**/*.{h,m}",
41 "public_header_files": "Sources/Core/Public/GTMSessionFetcher/*.h",
42 "frameworks": "Security",
44 "GTMSessionFetcher_Core_Privacy": "Sources/Core/Resources/PrivacyInfo.xcprivacy"
49 "source_files": "Sources/Full/**/*.{h,m}",
50 "public_header_files": "Sources/Full/Public/GTMSessionFetcher/*.h",
52 "GTMSessionFetcher/Core": [
57 "GTMSessionFetcher_Full_Privacy": "Sources/Full/Resources/PrivacyInfo.xcprivacy"
62 "source_files": "Sources/LogView/**/*.{h,m}",
63 "public_header_files": "Sources/LogView/Public/GTMSessionFetcher/*.h",
65 "GTMSessionFetcher/Core": [
70 "GTMSessionFetcher_LogView_Privacy": "Sources/LogView/Resources/PrivacyInfo.xcprivacy"