blob: 3b3f504acda7eac6fd6394e32bc8415646e7c00d [file] [log] [blame]
{
"name": "LIHLogManager",
"version": "0.1.2",
"summary": "LIHLogManager is simple to use log",
"description": "LIHLogManager is simple to use logger with sqlite database written in Swift which can be used when the debugger is not available (Background actions).",
"homepage": "https://github.com/Lasithih/LIHLogManager",
"license": "MIT",
"authors": {
"Lasith Hettiarachchi": "lasithih@yahoo.com"
},
"source": {
"git": "https://github.com/Lasithih/LIHLogManager.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LIHLogManager": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"FMDB": [
]
}
}