blob: 62976ed7602b8ee04913821cdc44677b53e0be78 [file] [log] [blame]
{
"name": "Outfit",
"version": "0.1.0",
"summary": "Composable outfit for your UIKit elements",
"description": "Easy UIKit elements styling using functional composition.",
"homepage": "https://github.com/fuzza/Outfit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fuzza": "alex.fuzza@gmail.com"
},
"source": {
"git": "https://github.com/fuzza/Outfit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"dependencies": {
"Outfit/Core": [
],
"Outfit/UI": [
]
}
},
{
"name": "Core",
"source_files": "Outfit/Core/**/*"
},
{
"name": "UI",
"source_files": "Outfit/UIKit/**/*",
"frameworks": "UIKit",
"dependencies": {
"Outfit/Core": [
]
}
}
]
}