[Add] FTMobileSDK 1.5.10-alpha.1
[CocoaPods.git] / Specs / 8 / 0 / b / PianoOAuth / 2.3.12 / PianoOAuth.podspec.json
blob9bdc5d95df00cd057564cdebced60d9113aa7d96
2   "name": "PianoOAuth",
3   "version": "2.3.12",
4   "swift_versions": "5.0",
5   "summary": "Enables iOS apps to sign in with Piano.io",
6   "homepage": "https://github.com/tinypass/piano-sdk-for-ios",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Piano Inc.",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/tinypass/piano-sdk-for-ios.git",
17     "tag": "2.3.12"
18   },
19   "resources": "Sources/OAuth/OAuth/Resources/*.png",
20   "source_files": [
21     "Sources/Common/*.swift",
22     "Sources/OAuth/OAuth/**/*.swift",
23     "Sources/OAuth/OAuth/**/*.h"
24   ],
25   "static_framework": true,
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "dependencies": {
33     "GoogleSignIn": [
34       "~> 5.0"
35     ],
36     "FBSDKLoginKit": [
37       "~> 9.0"
38     ]
39   },
40   "swift_version": "5.0"