blob: 2b6852139686cc9527ccbc0e4372afd90004caba [file] [log] [blame]
{
"name": "UILogger",
"version": "0.1.0",
"summary": "UILogger is a simple logging framework for UI actions on iOS",
"description": "UILogger is a logging framework to log UI actions e.g. button taps, view controller appearances, table cell taps etc.",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UILogger/Classes/*.{h,m}",
"frameworks": "UIKit"
}