blob: ab253f577a7cea38b6d65d364708ac0a5e788936 [file] [log] [blame]
{
"name": "UIViewFrameCategary",
"version": "0.0.1",
"license": "MIT",
"summary": "UIViewFrameCategary",
"description": "可便捷的访问/设置UIView对象的frame相关属性.",
"homepage": "https://github.com/ArchLL/UIViewFrameCategary",
"authors": {
"Arch": "mint_bin@163.com"
},
"source": {
"git": "https://github.com/ArchLL/UIViewFrameCategary.git",
"tag": "0.0.1"
},
"source_files": "UIView+Frame/*.{h,m}",
"ios": {
"frameworks": "UIKit"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true
}