blob: 47727e5c84bd8392c0feabe9473dc64bed8451e6 [file] [log] [blame]
{
"name": "UIComponents",
"version": "0.1.1",
"summary": "Library of components for component-driven UI development",
"platforms": {
"ios": "8.2"
},
"homepage": "https://github.com/elano50/ui-components",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Kisel": "kipanca7@gmail.com"
},
"source": {
"git": "https://github.com/elano50/ui-components.git",
"tag": "0.1.1"
},
"source_files": [
"UIComponents/*.swift",
"UIComponents/Style/*.swift"
],
"dependencies": {
"SnapKit": [
]
},
"subspecs": [
{
"name": "TileTitleController",
"source_files": [
"UIComponents/TileTitleDescriptionController.swift",
"UIComponents/TileTitleDescriptionFactory.swift",
"UIComponents/TileTitleDescriptionView.swift",
"UIComponents/Style/*.swift"
]
}
]
}