blob: 992857216c0e9a05e0315052daf9c4c50f676b7e [file] [log] [blame]
{
"name": "MWLayoutHelpers",
"version": "1.0.0",
"summary": "Some UIView helpers to make manual frame layout less verbose",
"homepage": "http://github.com/lazerwalker/MWLayoutHelpers",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mike Lazer-Walker": "mike@lazerwalker.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/lazerwalker/MWLayoutHelpers.git",
"tag": "1.0.0"
},
"source_files": "Classes",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}