blob: 6c121a0b12202213bb39744a1bf843fb4fcb3ea0 [file] [log] [blame]
{
"name": "UILogger",
"version": "0.2.0",
"summary": "A simple logging framework for UI actions on iOS",
"description": "A logging framework to log UI actions e.g. button taps, view controller appearances, table cell taps etc. Tags: log logs logging logger UI ui ui-log uilog",
"homepage": "https://github.com/truemetal/ios-ui-logger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dan Pashchenko": "true.metal.of.steel@gmail.com"
},
"source": {
"git": "https://github.com/truemetal/ios-ui-logger.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"UILogger/Classes/*.{h,m,swift}",
"UILogger/Classes/*/*.{h,m,swift}"
],
"frameworks": "UIKit"
}