blob: b976f565e92b88ddfa5655f5730e7296efe31a3a [file] [log] [blame]
{
"name": "BZRelativeLayout",
"version": "0.0.6",
"summary": "RelativeLayout for ios.",
"description": "No longer use coordinates,BZRelativeLayout to help you build the IOS interface layout.",
"homepage": "https://github.com/CBillZhang/BZRelativeLayout",
"license": "MIT",
"authors": {
"BillZhang": "c_billzhang@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CBillZhang/BZRelativeLayout.git",
"tag": "v0.0.6"
},
"source_files": [
"BZRelativeLayout",
"BZRelativeLayout/*.{h,m}"
],
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
]
}
}