[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 3 / c / 4 / DDPresenter / 0.1.5 / DDPresenter.podspec.json
blob375e3da6692a43bcd90fc86417a83d9cd8efcd5a
2   "name": "DDPresenter",
3   "version": "0.1.5",
4   "summary": "A short description of DDPresenter.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/djs66256/DDPresenter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "daniel": "djs66256@163.com"
13   },
14   "source": {
15     "git": "https://github.com/djs66256/DDPresenter.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "DDPresenter/Classes/Core/**/*",
27       "frameworks": "UIKit"
28     },
29     {
30       "name": "NECollectionViewLayout",
31       "source_files": "DDPresenter/Classes/NECollectionViewLayout/**/*",
32       "dependencies": {
33         "DDPresenter/Core": [
35         ],
36         "NECollectionViewLayout": [
38         ]
39       }
40     },
41     {
42       "name": "CHTCollectionViewWaterfallLayout",
43       "source_files": "DDPresenter/Classes/CHTCollectionViewWaterfallLayout/**/*",
44       "dependencies": {
45         "DDPresenter/Core": [
47         ],
48         "CHTCollectionViewWaterfallLayout": [
50         ]
51       }
52     }
53   ],
54   "swift_version": "5.0"