blob: 19039ee214d7ac4af6665418dd0bf1e3110d51a4 [file] [log] [blame]
{
"name": "EpoxyLayoutGroups",
"summary": "Declarative API for building composable layouts in UIKit with a syntax similar to SwiftUI stack APIs",
"version": "0.4.0",
"license": "Apache License, Version 2.0",
"homepage": "https://github.com/airbnb/epoxy-ios",
"authors": "Airbnb",
"source": {
"git": "https://github.com/airbnb/epoxy-ios.git",
"tag": "0.4.0"
},
"source_files": "Sources/EpoxyLayoutGroups/**/*.swift",
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.3"
],
"dependencies": {
"EpoxyCore": [
"0.4.0"
]
},
"swift_version": "5.3"
}