blob: 26d95f62ea150e14150e4c318ea6378f4f551f14 [file] [log] [blame]
{
"name": "Gigya-iOS-ObjC-SDK",
"version": "3.7.5.1",
"summary": "The iOS client library provides an Objective-C interface for the Gigya API",
"homepage": "https://github.com/elpardos/GigyaSDK",
"license": {
"type": "Copyright",
"text": "Copyright 2020 Gigya. See the terms of service at http://www.gigya.com/terms-of-service/"
},
"authors": {
"Mark Pardington - Podspec Maintainer": "mark@pea-enterprises.com"
},
"source": {
"http": "https://raw.githubusercontent.com/elpardos/GigyaSDK/master/3.7.5.1/GigyaSDK.zip"
},
"requires_arc": false,
"platforms": {
"ios": "8.0"
},
"source_files": "GigyaSDK.framework/Headers/*.h",
"preserve_paths": "GigyaSDK.framework/*",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Gigya-iOS-SDK\""
},
"ios": {
"frameworks": [
"GigyaSDK",
"Foundation",
"Security"
],
"vendored_frameworks": "GigyaSDK.framework"
}
}