blob: 003c86c568fb8e74297f22a89647c7f819aa71c4 [file] [log] [blame]
{
"name": "VizuryEventLogger",
"version": "1.4.3",
"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": "Commercial",
"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.4.3"
},
"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"
]
}