blob: bbdfa46fa60f055f935274edff86ab2a9b653cd5 [file] [log] [blame]
{
"name": "MAAutoLayout",
"version": "1.1",
"summary": "简单的autoLayout的系统封装",
"description": "通过简单的代码完成autoLayout的系统封装,让autoLayout更简洁,同时引入的代码最少。",
"homepage": "https://github.com/fengyunjue/MAAutoLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fengyunjue": "ma772528138@qq.com"
},
"source": {
"git": "https://github.com/fengyunjue/MAAutoLayout.git",
"tag": "1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MAAutoLayout/Classes/**/*",
"public_header_files": "MAAutoLayout/Classes/**/*.h"
}