blob: 93ef43eb12ececcc919a14219ffee9c763fafcfe [file] [log] [blame]
{
"name": "LFKit",
"version": "1.0.3",
"summary": "常用工具组件",
"description": "常用工具组件",
"homepage": "https://github.com/zhanglinfeng/LFKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"张林峰": "1051034428@qq.com"
},
"source": {
"git": "https://github.com/zhanglinfeng/LFKit.git",
"tag": "1.0.3"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"YYWebImage": [
]
},
"subspecs": [
{
"name": "Category",
"source_files": "LFKit/LFKit/Category/*"
},
{
"name": "Util",
"dependencies": {
"LFKit/Category": [
]
},
"source_files": "LFKit/LFKit/Util/*"
},
{
"name": "Component",
"dependencies": {
"LFKit/Category": [
]
},
"source_files": "LFKit/LFKit/Component/**/*"
}
]
}