blob: cae212c9fe2459bb7220f9c569be7ce03876bb84 [file] [log] [blame]
{
"name": "autoAutoLayout",
"version": "2.0.1",
"summary": "Automatically generate Auto Layout constraints.",
"description": "Automatically generate Auto Layout constraints. Design on Xib/Nib, Storyboard, or in code on any screen size. ",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"resource_bundles": {
"autoAutoLayout": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}