blob: 7f53abaf1d2aaa0d3c45f57eab6ebc902ad93c87 [file] [log] [blame]
{
"name": "TouchEdgeExtendView",
"version": "1.0.4",
"summary": "A Framework who can expand a UIView's touch area.",
"description": "A Framework who can expand a button's touch area.",
"homepage": "https://github.com/xiangpengzhu/TouchEdgeExtendView",
"license": {
"type": "GNU General Public License v3.0",
"file": "LICENSE"
},
"authors": {
"zhuxiangpeng": "zxpwork@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xiangpengzhu/TouchEdgeExtendView.git",
"tag": "1.0.4"
},
"source_files": "TouchEdgeExtendView/*.{h,m}",
"exclude_files": "Example",
"public_header_files": "TouchEdgeExtendView/*.h",
"frameworks": "UIKit",
"requires_arc": true
}