blob: 076c3f45a7b1a8f30455d3bc2ac5a99ea880c224 [file] [log] [blame]
{
"name": "DRYUI",
"version": "1.3.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 [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": "1.3.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"subspecs": [
{
"name": "objc",
"source_files": "DRYUI/*.{h,m}",
"dependencies": {
"Masonry": [
]
}
},
{
"name": "swift",
"source_files": "DRYUI/*.{swift}",
"dependencies": {
"SnapKit": [
]
}
}
]
}