blob: f6fcbb54e97b9cbd4f6ea24df0708104047dc568 [file] [log] [blame]
{
"name": "LoggerFramework",
"version": "2.0.0",
"summary": "A nice logger tool in Swift.",
"description": "A nice logger tool in Swift. Cheers",
"homepage": "https://github.com/RanaHossam/LoggerFramework",
"license": {
"type": "MIT",
"file": "license"
},
"authors": {
"Rana Hossam": "ranahossam263@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"ios": {
"vendored_frameworks": "LoggerFramework/NiceLogger.framework"
},
"source": {
"git": "https://github.com/RanaHossam/LoggerFramework.git",
"tag": "2.0.0"
},
"exclude_files": "Classes/Exclude"
}