[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 8 / b / 1 / DeclarativeLayoutKit / 1.0.0 / DeclarativeLayoutKit.podspec.json
blobb324c1848ab3f511e87e5f63513a66cd651820a0
2   "name": "DeclarativeLayoutKit",
3   "version": "1.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   "social_media_url": "https://twitter.com/Ernest0N",
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": [
18     "5.0",
19     "5.1",
20     "5.2",
21     "5.3"
22   ],
23   "source": {
24     "git": "https://github.com/Ernest0-Production/DeclarativeLayoutKit.git",
25     "branch": "master",
26     "tag": "1.0.0"
27   },
28   "subspecs": [
29     {
30       "name": "Chaining",
31       "source_files": "Sources/DeclarativeLayoutKit/Chaining/**/*.swift"
32     },
33     {
34       "name": "Layouting",
35       "dependencies": {
36         "SnapKit": [
37           "~> 5.0"
38         ]
39       },
40       "source_files": "Sources/DeclarativeLayoutKit/Layouting/**/*.swift"
41     },
42     {
43       "name": "Styling",
44       "source_files": "Sources/DeclarativeLayoutKit/Styling/**/*.swift"
45     }
46   ],
47   "swift_version": "5.3"