[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / c / e / ITSGTMAppAuth / 0.0.4 / ITSGTMAppAuth.podspec.json
blobee245f51fe7e32fb516bd7131c5931ddb4e124be
2   "name": "ITSGTMAppAuth",
3   "version": "0.0.4",
4   "summary": "Authorize GTM Session Fetcher requests with AppAuth via GTMAppAuth",
5   "description": "GTMAppAuth enables you to use AppAuth with the Google Toolbox for Mac - Session\nFetcher and Google APIs Client Library for Objective-C For REST libraries by\nproviding an implementation of GTMFetcherAuthorizationProtocol for authorizing\nrequests with AppAuth.",
6   "platforms": {
7     "ios": "7.0",
8     "osx": "10.11",
9     "tvos": "9.0"
10   },
11   "homepage": "https://github.com/Mobile-Innowise-Group",
12   "license": "Apache License, Version 2.0",
13   "authors": "Innowise group",
14   "source": {
15     "git": "https://github.com/Mobile-Innowise-Group/ITSGTMAppAuth.git",
16     "tag": "0.0.4"
17   },
18   "source_files": "Source/*.{h,m}",
19   "requires_arc": true,
20   "ios": {
21     "source_files": [
22       "Source/GTMOAuth2KeychainCompatibility/*.{h,m}",
23       "Source/iOS/**/*.{h,m}"
24     ],
25     "frameworks": "SafariServices"
26   },
27   "osx": {
28     "source_files": [
29       "Source/GTMOAuth2KeychainCompatibility/*.{h,m}",
30       "Source/macOS/**/*.{h,m}"
31     ]
32   },
33   "tvos": {
34     "source_files": "Source/iOS/GTMKeychain_iOS.m"
35   },
36   "frameworks": [
37     "Security",
38     "SystemConfiguration"
39   ],
40   "dependencies": {
41     "GTMSessionFetcher": [
42       "~> 1.1"
43     ],
44     "AppAuth/Core": [
45       "~> 1.0"
46     ]
47   }