8 "summary": "Make layout painless.",
9 "homepage": "https://github.com/tang3w/COSLayout",
11 "Tianyong Tang": "tang3w@gmail.com"
14 "git": "https://github.com/tang3w/COSLayout.git",
17 "description": "COSLayout is yet another layout library. It's neither a wrapper nor a replacement for Auto Layout. It dose not handle circular references of constraints and constraint priority. Besides that, COSLayout can solve all layout cases. What's more, COSLayout provides some additional benefits: smaller memory footprint, better performance and more intuitive expression.",
18 "source_files": "COSLayout/*.{h,c,m}",
19 "public_header_files": "COSLayout/COSLayout.h",
20 "frameworks": "UIKit",