blob: cf3e5e6024f9189cca44e7a6203f70db99f15e83 [file] [log] [blame]
{
"name": "DRYUI",
"version": "0.9.0-alpha-4",
"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 [Masonry](https://github.com/Masonry/Masonry) 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": "0.9.0-alpha-4"
},
"source_files": "DRYUI/**",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"SnapKit": [
]
}
}