blob: 50767f3b9aa162c2dec095061115d04192483e0c [file] [log] [blame]
{
"name": "Masonry",
"version": "0.1.0",
"license": "MIT",
"summary": "A light-weight layout framework which makes creating iOS AutoLayout NSLayoutConstraints in code quick, readable and descriptive.",
"homepage": "https://github.com/cloudkite/Masonry",
"authors": {
"Jonas Budelmann": "jonas.budelmann@gmail.com"
},
"source": {
"git": "https://github.com/cloudkite/Masonry.git",
"tag": "v0.1.0"
},
"description": "\n Masonary is a light-weight layout framework which wraps AutoLayout with a nicer syntax.\n\tMasonary has its own layout DSL which provides a chainable way of describing your\n\tNSLayoutConstraints which results in layout code which is more concise and readable.\n ",
"source_files": "Masonry/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "6.0"
},
"requires_arc": true
}