blob: 9da5d6bf7ecf2b08b58a1096b9efb4215def21a8 [file] [log] [blame]
{
"name": "SwiftHandyAutoLayout",
"version": "1.0.0",
"summary": "A handy methods for AutoLayout By Swift",
"description": "A view extension for AutoLayout handy methods",
"homepage": "https://github.com/cbknight/SwiftHandyAutoLayout",
"license": "MIT",
"authors": {
"Chrisbin": "chrischenbing@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/cbknight/SwiftHandyAutoLayout.git",
"tag": "1.0.0"
},
"source_files": "UIViewLayoutExtension.swift",
"frameworks": "UIKit",
"requires_arc": true
}