blob: 86505dbc67b4454d5945b217be6463f0522d886c [file] [log] [blame]
{
"name": "UIView+STFrame",
"version": "2.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": "2.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"STAutoLayout/UIView+STFrame.h",
"STAutoLayout/UIView+STFrame.m"
],
"requires_arc": true
}