blob: 12e5455ac5fe285b3923772bf3b0ad759bac0a0e [file] [log] [blame]
{
"name": "UIView+STFrame",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "简单的自动布局的类别",
"homepage": "https://github.com/STShenZhaoliang",
"authors": {
"STShenZhaoliang": "409178030@qq.com"
},
"source": {
"git": "https://github.com/STShenZhaoliang/STAutoLayout.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"STAutoLayout/UIView+STFrame.h",
"STAutoLayout/UIView+STFrame.m"
],
"requires_arc": true
}