[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / c / 5 / 1 / TableViewArray / 0.2.2 / TableViewArray.podspec.json
blob1e0606e52f5c7a07714b490889289f2de01b79e0
2   "name": "TableViewArray",
3   "version": "0.2.2",
4   "summary": "A usefull library make UITableView listener a array",
5   "description": "A usefull library make UITableView listener a array.",
6   "homepage": "https://github.com/scorplot/TableViewArray",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "scorplot": "scorplot@aliyun.com"
13   },
14   "source": {
15     "git": "https://github.com/scorplot/TableViewArray.git",
16     "tag": "0.2.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Category",
24       "source_files": "TableViewArray/Classes/Category/**/*",
25       "dependencies": {
26         "CCUIModel": [
28         ]
29       }
30     },
31     {
32       "name": "TableViewArray",
33       "source_files": "TableViewArray/Classes/TableViewArray/**/*",
34       "dependencies": {
35         "MutableArrayListener": [
37         ]
38       }
39     }
40   ]