blob: 9dc8e2fb8df52f12e6da15f6a526e8d96c8fb465 [file] [log] [blame]
{
"name": "LoggingViewKit",
"version": "0.1.2",
"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.2"
},
"source_files": "LoggingViewKit/LoggingViewKit/**/*.{h,m}",
"exclude_files": [
"LoggingViewKit/build/*",
"LoggingViewKit/Framework/*"
],
"requires_arc": true
}