blob: 9b125fe76931e0237fb2e647499d02cd24338aa9 [file] [log] [blame]
{
"name": "CompactConstraint",
"version": "0.1.0",
"summary": "Simple NSLayoutConstraint expression parser for more readable autolayout code.",
"homepage": "https://github.com/marcoarment/CompactConstraint",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marco Arment": "arment@marco.org"
},
"source": {
"git": "https://github.com/marcoarment/CompactConstraint.git",
"tag": "0.1.0"
},
"source_files": "CompactConstraint/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0"
}
}