blob: 409e0a645cf511ac7a24030d101621bb6773e250 [file] [log] [blame]
{
"name": "HandyAutoLayout",
"version": "1.0.0",
"summary": "A handy methods for AutoLayout",
"description": "A view category for AutoLayout handy methods",
"homepage": "https://github.com/casatwy/HandyAutoLayout",
"license": "MIT",
"authors": {
"CasaTaloyum": "casatwy@msn.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/casatwy/HandyAutoLayout.git",
"tag": "1.0.0"
},
"source_files": [
"UIView+HandyAutoLayout.h",
"UIView+HandyAutoLayout.m"
],
"frameworks": "UIKit",
"requires_arc": true
}