blob: 68d7f319aa7b5456b715e0cb2c8ea32c9f98070e [file] [log] [blame]
{
"name": "TableViewWithBlock",
"version": "1.0.1",
"summary": "使用 block 使用 UITableView",
"homepage": "https://github.com/tpctt/TableViewWithBlock",
"social_media_url": "https://github.com/tpctt/TableViewWithBlock",
"platforms": {
"ios": "6.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
" tim": "491590253@qq.com"
},
"source": {
"git": "https://github.com/tpctt/TableViewWithBlock.git",
"tag": "1.0.1"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "TableViewWithBlock",
"source_files": "TableViewWithBlock/**/*.{h,m,mm}",
"requires_arc": true
}
]
}