blob: 92af480431d767d20e8a1e8340ba4f9a378bfd42 [file] [log] [blame]
{
"name": "iOSLogger",
"version": "0.1.7",
"summary": "Easy logging and send logs for your app.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/pavel-zlotarenchuk/iOSLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pavel-zlotarenchuk": "pavel.zlotarenchuk@gmail.com"
},
"source": {
"git": "https://github.com/pavel-zlotarenchuk/iOSLogger.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "9.0"
},
"source_files": "iOSLogger/Classes/**/*",
"swift_version": "4.0",
"frameworks": "Zip",
"dependencies": {
"Zip": [
"~> 1.1"
]
}
}