blob: 6e72ec86fb043b0ef336fa879da04a0cd2caa484 [file] [log] [blame]
{
"name": "GigyaAuth",
"version": "1.0.1",
"license": "Apache 2.0",
"homepage": "https://developers.gigya.com/display/GD/Swift+Authentication+Library",
"authors": "Gigya SAP",
"summary": "This library enables you to use additional \nauthentication methods from the standard login flow",
"source": {
"git": "https://github.com/SAP/gigya-swift-sdk.git",
"tag": "auth/v1.0.1"
},
"module_name": "GigyaAuth",
"swift_versions": "5.2",
"platforms": {
"ios": "10.0"
},
"source_files": [
"GigyaAuth/GigyaAuth/*.swift",
"GigyaAuth/GigyaAuth/*/*.swift",
"GigyaAuth/GigyaAuth/*/*/*.swift"
],
"frameworks": "SystemConfiguration",
"dependencies": {
"Gigya": [
]
},
"libraries": [
"c++",
"z"
],
"swift_version": "5.2"
}