blob: 1706f38931817ff0102882d1dca87e8a7b8b7b10 [file] [log] [blame]
{
"name": "DRYUI",
"version": "1.4.0",
"summary": "A tiny library that provides a better API for building and styling view hierarchies in code.",
"description": "DRYUI is a tiny library that provides a better API for building and styling view hierarchies in code.\nDRYUI uses [SnapKit](https://github.com/SnapKit/SnapKit) for Autolayout.",
"homepage": "https://github.com/GriffinSchneider/DRYUI",
"license": "MIT",
"authors": {
"Griffin Schneider": "griffinschneider@gmail.com"
},
"source": {
"git": "https://github.com/GriffinSchneider/DRYUI.git",
"tag": "1.4.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true,
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"subspecs": [
{
"name": "objc",
"source_files": "DRYUI/*.{h,m}",
"dependencies": {
"Masonry": [
]
}
},
{
"name": "swift",
"source_files": "DRYUI/*.{swift}",
"dependencies": {
"SnapKit": [
]
}
}
]
}