blob: 0aed636eb255a55419ec95deaf63b3fc25c8cc40 [file] [log] [blame]
{
"name": "EKStreamView",
"version": "1.0.3",
"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": "MIT",
"authors": {
"Ekohe": "eli@ekohe.com"
},
"source": {
"git": "https://github.com/ekohe/EKStreamView.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "5.0"
},
"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"
]
}