blob: 961440f0a12a45906ba519ceacfa505b2ec3d711 [file] [log] [blame]
{
"name": "LoggingViewKit",
"version": "0.1.3",
"summary": "LoggingViewKit is simple view logging library.",
"description": "LoggingViewKit is the library for recording which view the user touched.",
"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.3"
},
"source_files": "LoggingViewKit/LoggingViewKit/**/*.{h,m}",
"exclude_files": [
"LoggingViewKit/build/*",
"LoggingViewKit/Framework/*"
],
"requires_arc": true
}