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