{ | |
"name": "SDCAutoLayout", | |
"version": "2.0.2", | |
"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/sberrevoets/SDCAutoLayout", | |
"platforms": { | |
"ios": "6.0" | |
}, | |
"source": { | |
"git": "https://github.com/sberrevoets/SDCAutoLayout.git", | |
"tag": "v2.0.2" | |
}, | |
"source_files": "AutoLayout/UIView+SDCAutoLayout.{h,m}", | |
"requires_arc": true | |
} |