blob: 99e77626024d664a7d5348c704fabffaa0305142 [file] [log] [blame]
{
"name": "VizuryEventLoggerReact",
"version": "1.0.1",
"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.1"
},
"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"
]
}