blob: 2068763c6a152d3808d39cb917f142681525330e [file] [log] [blame]
{
"name": "CustomUIWindow",
"version": "0.1.4",
"summary": "A custom UIWindow for tracking hitTests.",
"swift_version": "4.2",
"description": "A custom UIWindow for tracking hitTests. Install library into project and never have to print hitTests again.",
"homepage": "https://github.com/zhangui/CustomUIWindow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangui": "yang10.zhang@gmail.com"
},
"source": {
"git": "https://github.com/zhangui/CustomUIWindow.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CustomUIWindow/Classes/**/*",
"frameworks": "UIKit"
}