blob: ca89d9abec4942826c47d3033f92eec223160bc4 [file] [log] [blame]
{
"name": "LoggerFramework",
"version": "0.1.0",
"summary": "A short description of LoggerFramework.",
"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"
},
"source": {
"git": "https://github.com/RanaHossam/LoggerFramework.git",
"tag": "0.1.0"
},
"public_header_files": "Classes/**/*.h",
"source_files": [
"Classes",
"LoggerFramework/LoggerFramework/Classes/**/*.{h,m}"
]
}