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