[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 3 / c / 7 / CHGAdapter / 0.0.7 / CHGAdapter.podspec.json
blobaba442624056260f7383f5da6077547bca0602c6
2   "name": "CHGAdapter",
3   "version": "0.0.7",
4   "summary": "主要解决UITableView与dataSource和Delegate解耦合",
5   "description": "主要解决UITableView 在每个controller中都需要设置dataSource和delegate的烦恼,并UITableViewCell与DataSource tableView界耦合",
6   "homepage": "https://github.com/chenhaigang888/CHGAdapter",
7   "license": {
8     "type": "MIT",
9     "file": "license"
10   },
11   "authors": {
12     "Hogan Chen": "329206444@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/chenhaigang888/CHGAdapter.git",
19     "tag": "0.0.7"
20   },
21   "source_files": [
22     "CHGAdapter",
23     "CHGAdapter/CHGAdapter/CHGAdapterLib/**/*.{h,m}"
24   ],
25   "frameworks": "UIKit",
26   "dependencies": {
27     "DZNEmptyDataSet": [
28       "~> 1.8.1"
29     ]
30   }