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