[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / e / 6 / CPFWaterfallFlowLayout / 2.4.2 / CPFWaterfallFlowLayout.podspec.json
blob920ffbd85862bc2eb95b692afe5f41850ffbc340
2   "name": "CPFWaterfallFlowLayout",
3   "version": "2.4.2",
4   "summary": "Swift瀑布流布局",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "chenpengfei": "afeiafeia@163.com"
11   },
12   "source": {
13     "git": "https://github.com/Loadar/CPFWaterfallFlowLayout.git",
14     "tag": "2.4.2"
15   },
16   "homepage": "https://github.com/Loadar/CPFWaterfallFlowLayout",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": "5.0",
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Base",
25       "source_files": "Classes/*.swift",
26       "exclude_files": "Classes/WaterfallLayout+Cpf.swift"
27     },
28     {
29       "name": "Cpf",
30       "source_files": "Classes/WaterfallLayout+Cpf.swift",
31       "dependencies": {
32         "CPFChain": [
34         ],
35         "CPFWaterfallFlowLayout/Base": [
37         ]
38       }
39     }
40   ],
41   "swift_version": "5.0"