blob: 965e8b467bfb8dbfb9982644f4917f44c5f09b24 [file] [log] [blame]
{
"name": "Survicate",
"version": "1.5.0",
"summary": "This SDK is dedicated for the implementation of native iOS surveys with Survicate",
"homepage": "https://survicate.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Survicate": "hello@survicate.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"http": "https://repo.survicate.com/ios/1.5.0/Survicate.zip"
},
"module_name": "Survicate",
"vendored_frameworks": "Survicate.framework",
"swift_versions": "5.4",
"user_target_xcconfig": {
"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "YES",
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.4"
}