blob: e381b45fc397ff3a3b50087eb71c0064b88dec82 [file] [log] [blame]
{
"name": "PianoOAuth",
"version": "2.3.8",
"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"
},
"resources": "Sources/OAuth/OAuth/Resources/*.png",
"source_files": [
"Sources/Common/*.swift",
"Sources/OAuth/OAuth/**/*.swift",
"Sources/OAuth/OAuth/**/*.h"
],
"static_framework": true,
"dependencies": {
"GoogleSignIn": [
],
"FBSDKLoginKit/Swift": [
]
},
"swift_version": "5.0"
}