blob: e88ece4a5f22a41e15817e2f4b906e0f76be824b [file] [log] [blame]
{
"name": "Masonry",
"version": "0.2.0",
"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.2.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}",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"AppKit"
]
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true
}