blob: 4f1f93b00191b07a32cf8d1b5e53e3aa9c9e5baa [file] [log] [blame]
{
"name": "VizuryEventLogger-iOS-SDK",
"version": "1.0.0",
"summary": "VizuryEventLogger for iOS",
"description": "VizuryEventLogger is a mobile marketing automation company.",
"homepage": "https://www.vizury.com",
"documentation_url": "https://github.com/Rajib-Sarwar/VizuryEventLogger-iOS-SDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ayon Chowdhury": "ayon.chowdhury@affle.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Rajib-Sarwar/VizuryEventLogger-iOS-SDK.git",
"tag": "1.0.0"
},
"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": [
]
}
}