blob: 594841ce7e28e1b3bb58d7b6cbcdc9ff61e73b2d [file] [log] [blame]
{
"name": "TouchEdgeExtendView",
"version": "1.0.5",
"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.5"
},
"source_files": "TouchEdgeExtendView/*.{h,m}",
"exclude_files": "Example",
"public_header_files": "TouchEdgeExtendView/*.h",
"frameworks": "UIKit",
"requires_arc": true
}