blob: a82019ec32a2dbdb5fa9ed166f98a824c3e74cba [file] [log] [blame]
{
"name": "LoggingViewKit",
"version": "0.1.0",
"summary": "LoggingViewKit is simple view logging library.",
"description": "LoggingViewKit can collect logs that an user touched a view.",
"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.1.0"
},
"source_files": "LoggingViewKit/LoggingViewKit/**/*.{h,m}",
"exclude_files": [
"LoggingViewKit/build/*",
"LoggingViewKit/Framework/*"
],
"requires_arc": true
}