blob: 8fe5ce239c003f1d7fde4d88560775e409ea2897 [file] [log] [blame]
{
"name": "EKStreamView",
"version": "1.0.1",
"summary": "A scrolling view of a number of columns containing multiple cells with variable different heights for iOS, inspired by Pinterest.",
"homepage": "https://github.com/ekohe/EKStreamView",
"license": "Copyright (c) 2012 - 2013 Eli Wang (sirxenofex@gmail.com)",
"authors": {
"Ekohe": "eli@ekohe.com"
},
"source": {
"git": "https://github.com/ekohe/EKStreamView.git",
"tag": "1.0.1"
},
"platforms": {
"ios": null
},
"description": "EKStreamView renders a number of columns containing multiple cells by reusing the cell views whenever possible, similar to UITableView. It's fast even you have hundreds of cells since only a small number of cells are actually created.",
"requires_arc": true,
"source_files": [
"EKStreamView.h",
"EKStreamView.m"
]
}