blob: 104b7eade73f8590257d60a019d1bc200fdf80d6 [file] [log] [blame]
{
"name": "ControlExtension",
"version": "0.0.1",
"summary": "控件视图扩展",
"description": "UIView UILabel 等",
"homepage": "https://github.com/xiezefeng/ControlExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"谢泽锋": "xiezf"
},
"source": {
"git": "https://github.com/xiezefeng/ControlExtension.git",
"tag": "0.0.1"
},
"source_files": [
"ControlExtension",
"ControlExtension/*.{h,m}"
],
"requires_arc": true,
"ios": {
"frameworks": "UIKit"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"Masonry": [
]
}
}