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"
46 "source_files": "Sources/Full/**/*.{h,m}",
47 "public_header_files": "Sources/Full/Public/GTMSessionFetcher/*.h",
49 "GTMSessionFetcher/Core": [
56 "source_files": "Sources/LogView/**/*.{h,m}",
57 "public_header_files": "Sources/LogView/Public/GTMSessionFetcher/*.h",
59 "GTMSessionFetcher/Core": [