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