blob: 221f987a0039778a514bc6d3e240a74bc3a03aae [file] [log] [blame]
{
"name": "Constraints-helper",
"version": "0.0.1",
"summary": "Helper category for NSLayoutConstraints",
"description": " I got tired of repeatedly writing the same attributes over and over again, so I wrote a small category to help me.\n\n Constraints-helper will provide a few helper functions to really strip out the unnecessary parameters\n",
"homepage": "https://github.com/westerlund/Constraints-helper",
"license": "WTFPL",
"authors": {
"Simon Westerlund": "s@simonwesterlund.se"
},
"social_media_url": "http://twitter.com/wesslansimon",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/westerlund/Constraints-helper.git",
"tag": "0.0.1"
},
"source_files": "Source/*.{h,m}",
"requires_arc": true
}