blob: 1442a63fe39df4898917749b90178f533aeab6f2 [file] [log] [blame]
{
"name": "BVViewList",
"version": "1.0.1",
"summary": "Dynamically add and remove views on a custom subclass of UIScrollView.",
"description": " BVViewList is a simpler version of UITableView. It lets you easily add and remove views, providing subtle animations along the way. Has been tested on iOS 6.1 and 7.1. Works on both, although it is smoother on 7.1.\n",
"homepage": "https://github.com/Bogidon/BVViewList",
"license": "MIT",
"authors": {
"Bogdan Vitoc": "vitocdev@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/Bogidon/BVViewList.git",
"tag": "1.0.1"
},
"source_files": "BVViewList/*.{h,m}",
"requires_arc": true
}