blob: b324c1848ab3f511e87e5f63513a66cd651820a0 [file] [log] [blame]
{
"name": "DeclarativeLayoutKit",
"version": "1.0.0",
"summary": "UIKit declarative layout like SwiftUI.",
"homepage": "https://github.com/Ernest0-Production/DeclarativeLayoutKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Ernest": "magatar136@yandex.ru"
},
"social_media_url": "https://twitter.com/Ernest0N",
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3"
],
"source": {
"git": "https://github.com/Ernest0-Production/DeclarativeLayoutKit.git",
"branch": "master",
"tag": "1.0.0"
},
"subspecs": [
{
"name": "Chaining",
"source_files": "Sources/DeclarativeLayoutKit/Chaining/**/*.swift"
},
{
"name": "Layouting",
"dependencies": {
"SnapKit": [
"~> 5.0"
]
},
"source_files": "Sources/DeclarativeLayoutKit/Layouting/**/*.swift"
},
{
"name": "Styling",
"source_files": "Sources/DeclarativeLayoutKit/Styling/**/*.swift"
}
],
"swift_version": "5.3"
}