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.",
16 "cocoapods_version": ">= 1.12.0",
24 "prefix_header_file": false,
25 "default_subspecs": "Full",
26 "pod_target_xcconfig": {
27 "DEFINES_MODULE": "YES"
33 "source_files": "UnitTests/*.{h,m}",
46 "source_files": "Sources/Core/**/*.{h,m}",
47 "public_header_files": "Sources/Core/Public/GTMSessionFetcher/*.h",
48 "frameworks": "Security",
50 "GTMSessionFetcher_Core_Privacy": "Sources/Core/Resources/PrivacyInfo.xcprivacy"
55 "source_files": "Sources/Full/**/*.{h,m}",
56 "public_header_files": "Sources/Full/Public/GTMSessionFetcher/*.h",
58 "GTMSessionFetcher/Core": [
63 "GTMSessionFetcher_Full_Privacy": "Sources/Full/Resources/PrivacyInfo.xcprivacy"
68 "source_files": "Sources/LogView/**/*.{h,m}",
69 "public_header_files": "Sources/LogView/Public/GTMSessionFetcher/*.h",
71 "GTMSessionFetcher/Core": [
76 "GTMSessionFetcher_LogView_Privacy": "Sources/LogView/Resources/PrivacyInfo.xcprivacy"