blob: d384c9a03f1afaf68feb9a53170379ecf49ed926 [file] [log] [blame]
{
"name": "DRYUI",
"version": "0.4.1",
"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, and works on both iOS and OSX.",
"homepage": "https://github.com/GriffinSchneider/DRYUI",
"license": "MIT",
"authors": {
"Griffin Schneider": "griffinschneider@gmail.com"
},
"source": {
"git": "https://github.com/GriffinSchneider/DRYUI.git",
"tag": "0.4.1"
},
"source_files": "DRYUI/**",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"AppKit"
]
},
"platforms": {
"ios": "7.0",
"osx": "10.7"
},
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"libextobjc": [
]
}
}