blob: fa3a62f5785962f3a4dfd4fca0ab60e703fd9988 [file] [log] [blame]
{
"name": "DRYUI",
"version": "0.9.2",
"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.2"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"subspecs": [
{
"name": "objc",
"platforms": {
"ios": "7.0"
},
"dependencies": {
"DRYUI/base": [
]
}
},
{
"name": "base",
"source_files": "DRYUI/*.{h,m}",
"dependencies": {
"Masonry": [
]
}
},
{
"name": "swift",
"source_files": "DRYUI/*.{swift}",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"dependencies": {
"SnapKit": [
],
"DRYUI/base": [
]
}
}
]
}