blob: 7ababccf5de722b25cf6caecae053b8790748816 [file] [log] [blame]
{
"name": "NHFTouchTableView",
"version": "1.0.1",
"summary": "为UITableView上边加上Touch的响应事件",
"homepage": "https://github.com/nhfc99/NHFTouchTableView",
"license": "MIT",
"authors": {
"牛宏飞": "nhfc99@163.com"
},
"source": {
"git": "https://github.com/nhfc99/NHFTouchTableView.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "TouchTableView/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}