blob: a37326e49d362158ed724750028610761785ceae [file] [log] [blame]
{
"name": "UILogger",
"version": "1.0.0",
"summary": "A 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": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"UILogger/Classes/*.{h,m,swift}",
"UILogger/Classes/*/*.{h,m,swift}"
],
"frameworks": [
"UIKit",
"Foundation"
]
}