blob: 7c589f70ba8783343a9f803b3400bc912a119e98 [file] [log] [blame]
{
"name": "COSLayout",
"version": "1.0.0",
"platforms": {
"ios": "5.0"
},
"license": "MIT",
"summary": "Make layout painless.",
"homepage": "https://github.com/tang3w/COSLayout",
"authors": {
"Tianyong Tang": "tang3w@gmail.com"
},
"source": {
"git": "https://github.com/tang3w/COSLayout.git",
"tag": "1.0.0"
},
"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.",
"source_files": "COSLayout/*.{h,c,m}",
"public_header_files": "COSLayout/COSLayout.h",
"frameworks": "UIKit",
"requires_arc": true
}