blob: 2bc1d2c635a37e13054f3dfc31415caf57faeef5 [file] [log] [blame]
{
"name": "PianoOAuth",
"version": "2.3.8-alpha1",
"swift_versions": "5.0",
"summary": "Enables iOS apps to sign in with Piano.io",
"homepage": "https://github.com/tinypass/piano-sdk-for-ios",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "Piano Inc.",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tinypass/piano-sdk-for-ios.git",
"tag": "2.3.8-alpha1"
},
"resources": "Sources/OAuth/OAuth/Resources/*.png",
"source_files": [
"Sources/Common/*.swift",
"Sources/OAuth/OAuth/**/*.swift",
"Sources/OAuth/OAuth/**/*.h"
],
"static_framework": true,
"dependencies": {
"GoogleSignIn": [
"~> 5.0"
],
"FBSDKLoginKit/Swift": [
"~> 6.0"
]
},
"swift_version": "5.0"
}