blob: 1177f3b5e942e87df747db3b6a5e6c9ffd0ec8ab [file] [log] [blame]
{
"name": "LoggingViewKit",
"version": "0.2.2",
"summary": "LoggingViewKit is simple view logging library.",
"description": "LoggingViewKit is a library for recording which view a 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.2.2"
},
"source_files": "LoggingViewKit/LoggingViewKit/**/*.{h,m}",
"exclude_files": [
"LoggingViewKit/build/*",
"LoggingViewKit/Framework/*"
],
"requires_arc": true
}