[Add] XJCustomSDK 1.0.2
[CocoaPods.git] / Specs / 6 / 9 / 1 / CHGAdapter_swift / 0.4.0 / CHGAdapter_swift.podspec.json
blob4420fa5b4ab294b17a6164d9afb7bff4bdd428ad
2   "name": "CHGAdapter_swift",
3   "version": "0.4.0",
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   "swift_versions": "4.2",
18   "source": {
19     "git": "https://github.com/chenhaigang888/CHGAdapter_swift.git",
20     "tag": "0.4.0"
21   },
22   "source_files": "CHGAdapter_swift/CHGAdapterLib/**/*.{swift}",
23   "frameworks": "UIKit",
24   "requires_arc": true,
25   "dependencies": {
26     "EmptyDataSet-Swift": [
27       "~> 4.2.0"
28     ]
29   },
30   "swift_version": "4.2"