blob: 3f3cc9d88bf0f01b33ccc87f84b50f26184f7ca2 [file] [log] [blame]
{
"name": "CustomUIWindow",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CustomUIWindow/Classes/**/*",
"frameworks": "UIKit"
}