[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / 1 / DeclarativeLayoutKit / 2.0.0 / DeclarativeLayoutKit.podspec.json
blob2e644ee9137a8616cffe2be2e0bfc28bb06a1578
2   "name": "DeclarativeLayoutKit",
3   "version": "2.0.0",
4   "summary": "UIKit declarative layout like SwiftUI.",
5   "homepage": "https://github.com/Ernest0-Production/DeclarativeLayoutKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Ernest": "magatar136@yandex.ru"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "swift_versions": [
17     "5.0",
18     "5.1",
19     "5.2",
20     "5.3"
21   ],
22   "source": {
23     "git": "https://github.com/Ernest0-Production/DeclarativeLayoutKit.git",
24     "branch": "master",
25     "tag": "2.0.0"
26   },
27   "subspecs": [
28     {
29       "name": "Chaining",
30       "source_files": "Sources/DeclarativeLayoutKit/Chaining/**/*.swift"
31     },
32     {
33       "name": "Layouting",
34       "dependencies": {
35         "SnapKit": [
36           "~> 5.0"
37         ]
38       },
39       "source_files": "Sources/DeclarativeLayoutKit/Layouting/**/*.swift"
40     },
41     {
42       "name": "Styling",
43       "source_files": "Sources/DeclarativeLayoutKit/Styling/**/*.swift"
44     }
45   ],
46   "swift_version": "5.3"