blob: 082a11872a74ad6b903f186333da58946b1ff2f3 [file] [log] [blame]
{
"name": "PINKBindView",
"version": "1.0.3",
"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": "1.0.3"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "PINKBindView",
"dependencies": {
"ReactiveCocoa": [
"~> 2.3.1"
]
}
}