[Add] CXHAdSDK-TopOn 1.6.6
[CocoaPods.git] / Specs / 6 / 9 / 1 / CHGAdapter_swift / 0.2.4 / CHGAdapter_swift.podspec.json
blob252a03b4016fd4aae293da9b3993644a4895e78f
2   "name": "CHGAdapter_swift",
3   "version": "0.2.4",
4   "summary": "主要解决UITableView、UICollectionView与dataSource和Delegate解耦合",
5   "description": "主要解决UITableView、UICollectionView 在每个controller中都需要设置dataSource和delegate的烦恼,并UICollectionView 、UITableViewCell与DataSource tableView界耦合",
6   "homepage": "https://github.com/chenhaigang888/CHGAdapter_swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "陈 海刚": "329206444@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/chenhaigang888/CHGAdapter_swift.git",
19     "tag": "0.2.4"
20   },
21   "source_files": "CHGAdapter_swift/CHGAdapterLib/**/*.{swift}",
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "dependencies": {
25     "EmptyDataSet-Swift": [
26       "~> 4.0.5"
27     ]
28   }