blob: 75b311d06866f27bf863f824fcaf24c25b50fe95 [file] [log] [blame]
{
"name": "ViewLayout",
"version": "0.1.6",
"summary": "Use categories to easily use NSLayoutConstrain.",
"description": "Use categories to easily use NSLayoutConstrain. \nQuickly build your own UI framework without relying on third parties",
"homepage": "https://github.com/lianleven/ViewLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lianleven": "lianleven@gmail.com"
},
"source": {
"git": "https://github.com/lianleven/ViewLayout.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ViewLayout/**/*.{h,m}",
"requires_arc": true
}