blob: 10ce6e39a064699fea29394afebfe4a0aa9b2b31 [file] [log] [blame]
{
"name": "YZQuickLayout",
"version": "0.0.2",
"summary": "Layout a view's sub view with padding, interim and height/ width percentage.",
"homepage": "https://github.com/yichizhang/YZQuickLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yichi Zhang": "zhang-yi-chi@hotmail.com"
},
"source": {
"git": "https://github.com/yichizhang/YZQuickLayout.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}