blob: 7ff13833d9f3671f8cc5a4c003257820a23746bd [file] [log] [blame]
{
"name": "VizuryEventLoggerReact",
"version": "1.0.2",
"summary": "Vizury Event Logger for React Native",
"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": "vizuryeventloggerreact-1.0.2"
},
"ios": {
"vendored_frameworks": "Frameworks/VizuryEventLoggerReact/VizuryEventLogger.framework"
},
"preserve_paths": "Frameworks/VizuryEventLoggerReact/VizuryEventLogger.framework",
"module_map": "Frameworks/VizuryEventLoggerReact/VizuryEventLogger.framework/Modules/module.modulemap",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"SystemConfiguration",
"Security"
],
"weak_frameworks": [
"UserNotifications",
"WebKit"
]
}