blob: c98381e1fe52f438299ab86a2342ef9ff6089a1a [file] [log] [blame]
{
"name": "MyLayout",
"version": "1.2.5",
"summary": "MyLayout is A powerful iOS UI framework. It integrated the Android layout,AutoLayout,SizeClass, HTML/CSS float and flexbox functions.",
"description": "*MyLayout is a powerful iOS UI layout framework which is not an encapsulation based on the AutoLayout but is based on primary frame property and by overwriting the layoutSubview method to realize the subview's layout. \n*So It is unlimited to run in any version of iOS system. \n*Its idea and principle is referenced from the layout of the Android system, HTML/CSS float&flexbox, iOS AutoLayout and SizeClass. \n*You can implement the UI layout through the seven kinds of layout class below: MyLinearLayout, MyRelativeLayout, MyFrameLayout MyTableLayout, MyFlowLayout,MyFloatLayout ,MyPathLayout and the support for SizeClass.\n*Powerful function, easy to use, barely constraint setting and fit various screen size perfectly are MyLayout's main advantages.\n*I hope you use MyLayout right now or in your next project will be happy!.",
"homepage": "https://github.com/youngsoft/MyLinearLayout",
"screenshots": [
"http://7xoymz.com1.z0.glb.clouddn.com/mylayout.gif",
"http://7xoymz.com1.z0.glb.clouddn.com/sizeClassLayout.gif"
],
"license": "MIT",
"authors": {
"欧阳大哥": "obq0387_cn@sina.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/youngsoft/MyLinearLayout.git",
"tag": "1.2.5"
},
"source_files": "MyLayout/Lib/*.{h,m}",
"public_header_files": "MyLayout/Lib/*.h"
}