blob: 438cc27e8c183bc1ed8cbfaa1fad579b5f3e2b73 [file] [log] [blame]
{
"name": "NSLayoutConstraint+HAWHelpers",
"platforms": {
"ios": "6.0"
},
"version": "0.6",
"summary": "NSLayoutConstraint category that adds clearly-named convenience methods for some commonly-used constraints.",
"homepage": "https://github.com/howaboutwe/NSLayoutConstraint-HAWHelpers.git",
"license": {
"type": "Apache License 2.0",
"text": "Apache License 2.0"
},
"authors": {
"HowAboutWe.com": "dev+ios@howaboutwe.com"
},
"source": {
"git": "https://github.com/howaboutwe/NSLayoutConstraint-HAWHelpers.git",
"tag": "0.6"
},
"source_files": "*.{h,m}",
"requires_arc": true
}