blob: 43e03c88ee77369ba653535d105f983f25cc36cf [file] [log] [blame]
{
"name": "VizuryEventLogger",
"version": "1.1.5",
"summary": "Vizury Event Logger for iOS",
"description": "Vizury is a mobile marketing automation company. This framework helps to track events of users.",
"homepage": "https://affle.com",
"documentation_url": "https://github.com/ayon-affle/vizury-ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ayon Chowdhury": "ayon.chowdhury@affle.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ayon-affle/vizury-ios-sdk.git",
"tag": "vizuryeventlogger-1.1.5"
},
"ios": {
"vendored_frameworks": "Frameworks/VizuryEventLogger/VizuryEventLogger.framework"
},
"preserve_paths": "Frameworks/VizuryEventLogger/VizuryEventLogger.framework",
"module_map": "Frameworks/VizuryEventLogger/VizuryEventLogger.framework/Modules/module.modulemap",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"SystemConfiguration",
"Security"
],
"weak_frameworks": [
"UserNotifications",
"WebKit"
],
"dependencies": {
"Firebase": [
]
},
"static_framework": true
}