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