blob: 4b8e4d5cb2d4df05bbb00ba5bb4c1ebfce4cf1c4 [file] [log] [blame]
{
"name": "Epoxy",
"summary": "Declarative UI APIs for UIKit",
"version": "0.5.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.5.0"
},
"source_files": "Sources/Epoxy/**/*.swift",
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.3"
],
"dependencies": {
"EpoxyCore": [
"0.5.0"
],
"EpoxyLayoutGroups": [
"0.5.0"
],
"EpoxyCollectionView": [
"0.5.0"
],
"EpoxyBars": [
"0.5.0"
],
"EpoxyNavigationController": [
"0.5.0"
],
"EpoxyPresentations": [
"0.5.0"
]
},
"swift_version": "5.3"
}