blob: 236e03236fe203cb2128812edcdbbd442770d18c [file] [log] [blame]
{
"name": "UIView+LAPointInside",
"version": "1.0.0",
"summary": "Expand UIView respond event area.",
"description": "Expand UIView respond event area, use UIView pointInside:withEvent: method.",
"homepage": "https://github.com/Lanmaq/LAPointInside",
"license": "MIT",
"authors": {
"Lanmaq": "lanmaqmay66@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Lanmaq/LAPointInside.git",
"tag": "1.0.0"
},
"source_files": [
"LAPointInside/UIView+LAPointInside",
"*.{h,m}"
],
"public_header_files": "LAPointInside/UIView+LAPointInside/*.h",
"frameworks": "UIKit",
"requires_arc": true
}