blob: 58f6b9c7e6473d1f4d335630782d2d8b7d5256a9 [file] [log] [blame]
{
"name": "uiview_clicking_gestures",
"version": "1.0",
"summary": "UIView添加点击手势",
"homepage": "https://gitee.com/ws127/uiview_clicking_gestures",
"license": "MIT",
"authors": {
"ws127": "sslxws@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://gitee.com/ws127/uiview_clicking_gestures.git",
"tag": "1.0"
},
"source_files": "UIView+BlockGesture/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
]
}