blob: 2c2e3ca49e662c1d563b87249a33b84a7cd9f6d0 [file] [log] [blame]
{
"name": "NSLayoutConstraint+ExpressionFormat",
"platforms": {
"ios": "6.0"
},
"version": "0.1.0",
"summary": "A category on NSLayoutConstraint that adds a new class method that allows you to create constraints using a simple string-based syntax.",
"homepage": "https://github.com/enderlabs/NSLayoutConstraint-ExpressionFormat",
"license": {
"type": "Public Domain",
"text": "Do as you will."
},
"authors": {
"Donald Hays": "donald@enderlabs.com"
},
"source": {
"git": "https://github.com/enderlabs/NSLayoutConstraint-ExpressionFormat.git",
"tag": "0.1.0"
},
"source_files": "*.{h,m}",
"requires_arc": true
}