blob: c4222765eef7f4ec9f571c6fc9953f169f124237 [file] [log] [blame]
{
"name": "autoAutoLayout",
"version": "2.0.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"resource_bundles": {
"autoAutoLayout": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}