[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 0 / b / PianoOAuth / 2.3.8-alpha1 / PianoOAuth.podspec.json
blob2bc1d2c635a37e13054f3dfc31415caf57faeef5
2   "name": "PianoOAuth",
3   "version": "2.3.8-alpha1",
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": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/tinypass/piano-sdk-for-ios.git",
17     "tag": "2.3.8-alpha1"
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   "dependencies": {
27     "GoogleSignIn": [
28       "~> 5.0"
29     ],
30     "FBSDKLoginKit/Swift": [
31       "~> 6.0"
32     ]
33   },
34   "swift_version": "5.0"