blob: dcc4e7c31456bacaf1f5fccd3aa1d501ccccccfb [file] [log] [blame]
{
"name": "autoAutoLayout",
"version": "2.0.2",
"summary": "Automatically generate Auto Layout constraints.",
"description": "Automatically generate Auto Layout constraints. Works on Xib/Nib, Storyboards, or programmatically. ",
"homepage": "https://github.com/cathyxchen/autoAutoLayout",
"license": "MIT",
"authors": {
"Cathy Chen": "i@cathychen.com"
},
"source": {
"git": "https://github.com/cathyxchen/autoAutoLayout.git",
"tag": "2.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"resource_bundles": {
"autoAutoLayout": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}