blob: 50266399484156b6dd2e183609fcabe63396be2d [file] [log] [blame]
{
"name": "HFViewBinding",
"version": "2.1.0",
"summary": "iOS table view and collection view binding to arrays",
"description": "helper functions to bind UITableView or UICollectionView instances to arrays\n\n* Markdown format.\n* Don't worry about the indent, we strip it!",
"homepage": "https://github.com/haifengkao/HFViewBinding",
"license": "MIT",
"authors": {
"Hai Feng Kao": "haifeng@cocoaspice.in"
},
"source": {
"git": "https://github.com/haifengkao/HFViewBinding.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"KVOMutableArray": [
],
"WZProtocolInterceptor": [
]
}
}