blob: 4fbb9c9133fd9fbd511fbd44d9089edf20126fe0 [file] [log] [blame]
{
"name": "XLYAutoLayoutEasy",
"version": "2.0.0",
"summary": "A powerfull wrap library which makes writing AutoLayout in code easy.",
"description": " simplify writing AutoLayout in code. provides make, update helper methods.\n you can now handle language direction with make and update.\n",
"homepage": "https://github.com/kaizeiyimi/XLYAutoLayoutEasy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kaizei": "kaizeiyimi@126.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/kaizeiyimi/XLYAutoLayoutEasy.git",
"tag": "v2.0.0"
},
"source_files": "codes/**/*.{h,m}",
"requires_arc": true
}