[Add] FTMobileSDK 1.5.10-alpha.1
[CocoaPods.git] / Specs / 8 / 0 / b / PianoOAuth / 2.6.0 / PianoOAuth.podspec.json
bloba30c74797ff870536e8f868f30dbf2e227fee428
2   "name": "PianoOAuth",
3   "version": "2.6.0",
4   "swift_versions": "5.7",
5   "summary": "Enables iOS apps to sign in with Piano.io",
6   "homepage": "https://gitlab.com/piano-public/sdk/ios/package",
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/package.git",
17     "tag": "2.6.0"
18   },
19   "resource_bundles": {
20     "PianoSDK_PianoOAuth": [
21       "OAuth/Sources/Resources/*"
22     ]
23   },
24   "source_files": [
25     "OAuth/Sources/*.swift",
26     "OAuth/Sources/**/*.h"
27   ],
28   "static_framework": true,
29   "pod_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "user_target_xcconfig": {
33     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
34   },
35   "dependencies": {
36     "PianoCommon": [
37       "~> 2.6.0"
38     ],
39     "GoogleSignIn": [
40       "~> 6.2.4"
41     ],
42     "FBSDKLoginKit": [
43       "~> 15.1.0"
44     ]
45   },
46   "swift_version": "5.7"