blob: 85b90d7c4cf53616441cb5ff32ea1f752c353d25 [file] [log] [blame]
{
"name": "Gigya-iOS-SDK",
"version": "3.0.3",
"summary": "The iOS client library provides an Objective-C interface for the Gigya API",
"homepage": "http://developers.gigya.com/035_Mobile_SDKs/010_iPhone/",
"license": {
"type": "Copyright",
"text": "Copyright 2013 Gigya"
},
"authors": "Gigya",
"source": {
"http": "https://raw.githubusercontent.com/jshier/GigyaSDK/master/3.0.3/GigyaSDK.zip"
},
"platforms": {
"ios": "5.0"
},
"source_files": "GigyaSDK.framework/Versions/A/Headers/*.h",
"preserve_paths": "GigyaSDK.framework/*",
"frameworks": [
"GigyaSDK",
"Foundation",
"Security"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Gigya-iOS-SDK\""
},
"requires_arc": false
}