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