blob: 0da01aab5437b6b8092e2b7d0162fbc6022c9824 [file] [log] [blame]
{
"name": "DRYUI",
"version": "0.3.1",
"summary": "A tiny library that provides a better API for building and styling view hierarchies in code.",
"description": "\n DRYUI is a tiny library that provides a better API for building and styling view hierarchies in code.\n DRYUI uses [Masonry](https://github.com/Masonry/Masonry) for Autolayout, and works on both iOS and OSX.\n ",
"homepage": "https://github.com/GriffinSchneider/DRYUI",
"license": "MIT",
"authors": {
"Griffin Schneider": "griffinschneider@gmail.com"
},
"source": {
"git": "https://github.com/GriffinSchneider/DRYUI.git",
"tag": "0.3.1"
},
"source_files": "DRYUI/**",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"AppKit"
]
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}