[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 5 / 6 / BLListViewController / 0.9.0 / BLListViewController.podspec.json
blob02c8adc22334b6f5cd09627b8bb12173c76be99f
2   "name": "BLListViewController",
3   "version": "0.9.0",
4   "summary": "BLListViewController is used to display information got from BLListDataSource.",
5   "description": "BLListViewController is used to display information got from BLListDataSource. Example is written with usage of BLParseFetch to demontrate abilities of each of lib.",
6   "homepage": "https://github.com/batkov/BLListViewController",
7   "license": "MIT",
8   "authors": {
9     "Hariton Batkov": "batkov@i.ua"
10   },
11   "source": {
12     "git": "https://github.com/batkov/BLListViewController.git",
13     "tag": "0.9.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "BLListViewController": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "BLListDataSource": [
28     ],
29     "MJRefresh": [
31     ],
32     "DateTools": [
34     ]
35   }