blob: 5ac307fe81a2a67d2af6014de289814913017247 [file] [log] [blame]
{
"name": "Masonry",
"version": "0.1.6",
"license": "MIT",
"summary": "Harness the power of iOS AutoLayout NSLayoutConstraints with a simplified, chainable and descriptive syntax.",
"homepage": "https://github.com/cloudkite/Masonry",
"authors": {
"Jonas Budelmann": "jonas.budelmann@gmail.com"
},
"source": {
"git": "https://github.com/cloudkite/Masonry.git",
"tag": "v0.1.6"
},
"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
}