blob: 33ec04dedbc5013b98fedd0cddc36b9dcaa3c7d6 [file] [log] [blame]
{
"name": "SDCAutoLayout",
"version": "1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Scott Berrevoets": "s.berrevoets@me.com"
},
"summary": "A UIView category that simplifies dealing with Auto Layout",
"homepage": "https://github.com/Scott90/SDCAutoLayout",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Scott90/SDCAutoLayout.git",
"tag": "v1.0"
},
"source_files": "AutoLayout/UIView+SDCAutoLayout.{h,m}",
"requires_arc": true
}