blob: 6827646c29b3c860b14ad957e95ce9520a79dc68 [file] [log] [blame]
{
"name": "ViewLayout",
"version": "0.1.4.1",
"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.4.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ViewLayout/**/*.{h,m}",
"requires_arc": true
}