[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / 3 / PianoOAuthGoogle / 2.8.2 / PianoOAuthGoogle.podspec.json
blob779996c7dbc9b121d4d43535d27f8e6795633a74
2   "name": "PianoOAuthGoogle",
3   "version": "2.8.2",
4   "swift_versions": "5.7",
5   "summary": "Enables iOS apps to sign in with Piano.io and Google",
6   "homepage": "https://gitlab.com/piano-public/sdk/ios/packages/oauth-google",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Piano Inc.",
12   "platforms": {
13     "ios": "12.0"
14   },
15   "source": {
16     "git": "https://gitlab.com/piano-public/sdk/ios/packages/oauth-google.git",
17     "tag": "2.8.2"
18   },
19   "resource_bundles": {
20     "PianoSDK_OAuthGoogle": [
21       "Sources/Resources/*"
22     ]
23   },
24   "source_files": [
25     "Sources/*.swift",
26     "Sources/**/*.h"
27   ],
28   "static_framework": true,
29   "dependencies": {
30     "PianoOAuth": [
31       "~> 2.8.2"
32     ],
33     "GoogleSignIn": [
34       "~> 7.1.0"
35     ]
36   },
37   "swift_version": "5.7"