[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 2 / 4 / 9 / EKStreamView / 1.0.3 / EKStreamView.podspec.json
blob0aed636eb255a55419ec95deaf63b3fc25c8cc40
2   "name": "EKStreamView",
3   "version": "1.0.3",
4   "summary": "A scrolling view of a number of columns containing multiple cells with variable different heights for iOS, inspired by Pinterest.",
5   "homepage": "https://github.com/ekohe/EKStreamView",
6   "license": "MIT",
7   "authors": {
8     "Ekohe": "eli@ekohe.com"
9   },
10   "source": {
11     "git": "https://github.com/ekohe/EKStreamView.git",
12     "tag": "1.0.3"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "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.",
18   "requires_arc": true,
19   "source_files": [
20     "EKStreamView.h",
21     "EKStreamView.m"
22   ]