[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 6 / 3 / ITSGoogleSignIn / 0.0.6 / ITSGoogleSignIn.podspec.json
blobba1d2adaea19c7324335c89a0f106fd47ba3307b
2   "name": "ITSGoogleSignIn",
3   "version": "0.0.6",
4   "summary": "Enables iOS apps to sign in with Google.",
5   "description": "It is cloned GoogleSighIn with some changes.\nThe Google Sign-In SDK allows users to sign in with their Google account from third-party apps.",
6   "homepage": "https://github.com/Mobile-Innowise-Group",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Innowise Group",
12   "source": {
13     "git": "https://github.com/Mobile-Innowise-Group/ITSGoogleSignIn.git",
14     "tag": "0.0.6"
15   },
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.15"
19   },
20   "prefix_header_file": false,
21   "source_files": [
22     "GoogleSignIn/Sources/**/*.[mh]"
23   ],
24   "public_header_files": [
25     "GoogleSignIn/Sources/Public/GoogleSignIn/*.h"
26   ],
27   "frameworks": [
28     "CoreGraphics",
29     "CoreText",
30     "Foundation",
31     "LocalAuthentication",
32     "Security"
33   ],
34   "ios": {
35     "frameworks": "UIKit"
36   },
37   "osx": {
38     "frameworks": "AppKit"
39   },
40   "dependencies": {
41     "AppAuth": [
42       "~> 1.5"
43     ],
44     "GTMAppAuth": [
45       "~> 1.0.0"
46     ],
47     "GTMSessionFetcher/Core": [
48       "~> 1.1"
49     ]
50   },
51   "resource_bundles": {
52     "GoogleSignIn": [
53       "GoogleSignIn/Sources/{Resources,Strings}/*"
54     ]
55   },
56   "pod_target_xcconfig": {
57     "GCC_PREPROCESSOR_DEFINITIONS": "GID_SDK_VERSION=0.0.6",
58     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
59     "DEFINES_MODULE": "YES"
60   }