blob: a8c723cfe30f6a1e3bcffae43d9639bdce111d3b [file] [log] [blame]
{
"name": "PINKBindView",
"version": "2.0.1",
"summary": "PINKBindView provide a simple way to use tableView and collectionView.",
"description": " PINKBindView provide a simple way to use tableView and collectionView.\n\n * You can write less code.\n * Reload view automatically.\n * Bind data by a better way.\n",
"homepage": "https://github.com/ipinka/PINKBindView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Pinka",
"source": {
"git": "https://github.com/ipinka/PINKBindView.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "PINKBindView",
"dependencies": {
"ReactiveCocoa": [
"~> 2.3"
]
}
}