[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / c / 7 / CHGAdapter / 0.2.6 / CHGAdapter.podspec.json
blob4cff97d8504dd5d5f77e6f662a3f75a0ee871d02
2   "name": "CHGAdapter",
3   "version": "0.2.6",
4   "summary": "主要解决UITableView、UICollectionView与dataSource和Delegate解耦合",
5   "description": "主要解决UITableView、UICollectionView 在每个controller中都需要设置dataSource和delegate的烦恼,并UICollectionView 、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.2.6"
20   },
21   "source_files": "CHGAdapter/CHGAdapterLib/**/*.{m,h}",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "DZNEmptyDataSet": [
25       "~> 1.8.1"
26     ]
27   }