blob: 5f4463bffa0ebc8f768d64fc50ac8b6815302ba5 [file] [log] [blame]
{
"name": "iOSLogger",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "iOSLogger/Classes/**/*",
"swift_version": "4.0",
"frameworks": "Zip",
"dependencies": {
"Zip": [
"~> 1.1"
]
}
}