From abcc737e4b75c25ffee154ecfdbb9731db286f18 Mon Sep 17 00:00:00 2001 From: Alexey Troshkov Date: Wed, 13 Nov 2024 09:04:08 +0100 Subject: [PATCH] [Add] PianoOAuthGoogle 2.8.5 --- .../2.8.5/PianoOAuthGoogle.podspec.json | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Specs/d/c/3/PianoOAuthGoogle/2.8.5/PianoOAuthGoogle.podspec.json diff --git a/Specs/d/c/3/PianoOAuthGoogle/2.8.5/PianoOAuthGoogle.podspec.json b/Specs/d/c/3/PianoOAuthGoogle/2.8.5/PianoOAuthGoogle.podspec.json new file mode 100644 index 000000000000..9a656addbc0a --- /dev/null +++ b/Specs/d/c/3/PianoOAuthGoogle/2.8.5/PianoOAuthGoogle.podspec.json @@ -0,0 +1,38 @@ +{ + "name": "PianoOAuthGoogle", + "version": "2.8.5", + "swift_versions": "5.10", + "summary": "Enables iOS apps to sign in with Piano.io and Google", + "homepage": "https://gitlab.com/piano-public/sdk/ios/packages/oauth-google", + "license": { + "type": "Apache License, Version 2.0", + "file": "LICENSE" + }, + "authors": "Piano Inc.", + "platforms": { + "ios": "12.0" + }, + "source": { + "git": "https://gitlab.com/piano-public/sdk/ios/packages/oauth-google.git", + "tag": "2.8.5" + }, + "resource_bundles": { + "PianoSDK_OAuthGoogle": [ + "Sources/Resources/*" + ] + }, + "source_files": [ + "Sources/*.swift", + "Sources/**/*.h" + ], + "static_framework": true, + "dependencies": { + "PianoOAuth": [ + "~> 2.8.5" + ], + "GoogleSignIn": [ + "~> 7.1.0" + ] + }, + "swift_version": "5.10" +} -- 2.11.4.GIT