[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / c / e / ITSGTMAppAuth / 0.0.1 / ITSGTMAppAuth.podspec.json
bloba2a80d70b1db2287e3d479efbe36a9c2376db5ab
2   "name": "ITSGTMAppAuth",
3   "version": "0.0.1",
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   "homepage": "https://github.com/Mobile-Innowise-Group",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "Innowise group",
12   "source": {
13     "git": "https://github.com/Mobile-Innowise-Group/ITSGTMAppAuth.git",
14     "tag": "0.0.1"
15   },
16   "prefix_header_file": false,
17   "source_files": [
18     "GTMAppAuth/Sources/*.{h,m}",
19     "GTMAppAuth/Sources/Public/GTMAppAuth/*.h"
20   ],
21   "public_header_files": "GTMAppAuth/Sources/Public/GTMAppAuth/*.h",
22   "requires_arc": true,
23   "ios": {
24     "source_files": [
25       "GTMAppAuth/Sources/GTMOAuth2KeychainCompatibility/*.{h,m}",
26       "GTMAppAuth/Sources/iOS/GTMKeychain_iOS.m"
27     ]
28   },
29   "platforms": {
30     "ios": "9.0",
31     "osx": "10.12",
32     "tvos": "9.0",
33     "watchos": "6.0"
34   },
35   "osx": {
36     "source_files": [
37       "GTMAppAuth/Sources/GTMOAuth2KeychainCompatibility/*.{h,m}",
38       "GTMAppAuth/Sources/macOS/GTMKeychain_macOS.m"
39     ]
40   },
41   "tvos": {
42     "source_files": "GTMAppAuth/Sources/iOS/GTMKeychain_iOS.m"
43   },
44   "watchos": {
45     "source_files": "GTMAppAuth/Sources/iOS/GTMKeychain_iOS.m"
46   },
47   "pod_target_xcconfig": {
48     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
49   },
50   "frameworks": "Security",
51   "dependencies": {
52     "GTMSessionFetcher/Core": [
53       "~> 1.5"
54     ],
55     "AppAuth/Core": [
56       "~> 1.4"
57     ]
58   }