blob: 4c4ce6813abc49ccec675ffc1bd0f184e553593d [file] [log] [blame]
{
"name": "LoggingViewKit",
"version": "0.3.0-beta",
"summary": "LoggingViewKit is simple view logging library.",
"description": "LoggingViewKit is a library tracking a user operation.",
"homepage": "https://github.com/HituziANDO/LoggingViewKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hituzi Ando": "hhh.ando@gmail.com"
},
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/HituziANDO/LoggingViewKit.git",
"tag": "0.3.0-beta"
},
"source_files": "LoggingViewKit/LoggingViewKit/**/*.{h,m}",
"exclude_files": [
"LoggingViewKit/build/*",
"LoggingViewKit/Framework/*",
"Sample/*"
],
"requires_arc": true
}