blob: 99d89a498f915dcdee7ab78f4b92f4217fcdc6da [file] [log] [blame]
{
"name": "GYUIFactory",
"version": "0.0.1",
"summary": "快速创建UI控件",
"description": "\"通过链式语法快速创建UI控件\"",
"homepage": "https://github.com/yanqzxsl/GYUIFactory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gaoyan": "yanqzxsl@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yanqzxsl/GYUIFactory.git",
"tag": "0.0.1"
},
"source_files": [
"GYUIFactory",
"GYUIFactory/UIFactory/**/*.{h,m}"
]
}