blob: 1b781d6bfc66fb32b7d8cce2f9f15950e17d5870 [file] [log] [blame]
{
"name": "XKViewFactory",
"version": "0.0.3",
"summary": "XKViewFactory的简短介绍summary",
"description": "TODO: 这是长介绍,description,这是一个使用链式语法生成如UILabel、UIButton等常用控件的库.",
"homepage": "https://github.com/YoungXKing/XKViewFactory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"": ""
},
"source": {
"git": "https://github.com/YoungXKing/XKViewFactory.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": "XKViewFactory/Classes/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
]
}