blob: 48012dc32277a7ae7667cfb92058b10e0360029c [file] [log] [blame]
{
"name": "LFKit",
"version": "1.1.2",
"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.1.2"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Category",
"source_files": "LFKit/LFKit/Category/*"
},
{
"name": "Util",
"source_files": "LFKit/LFKit/Util/*"
},
{
"name": "Component",
"subspecs": [
{
"name": "LFBadge",
"source_files": "LFKit/LFKit/Component/LFBadge/*"
},
{
"name": "LFBubbleView",
"source_files": "LFKit/LFKit/Component/LFBubbleView/*"
},
{
"name": "LFCycleScrollView",
"source_files": "LFKit/LFKit/Component/LFCycleScrollView/*",
"dependencies": {
"YYWebImage": [
]
}
},
{
"name": "LFLogManager",
"source_files": "LFKit/LFKit/Component/LFLogManager/*",
"dependencies": {
"CocoaLumberjack": [
]
}
},
{
"name": "LFErrorView",
"source_files": "LFKit/LFKit/Component/LFErrorView/*"
},
{
"name": "LFPickerView",
"source_files": "LFKit/LFKit/Component/LFPickerView/*"
},
{
"name": "LFPopupMenu",
"source_files": "LFKit/LFKit/Component/LFPopupMenu/*"
},
{
"name": "LFQRCode",
"source_files": "LFKit/LFKit/Component/LFQRCode/*"
},
{
"name": "LFCamera",
"source_files": "LFKit/LFKit/Component/LFCamera/*"
},
{
"name": "LFImagePicker",
"source_files": "LFKit/LFKit/Component/LFImagePicker/*"
},
{
"name": "LFLocalMusicPicker",
"source_files": "LFKit/LFKit/Component/LFLocalMusicPicker/*"
},
{
"name": "LFOptionTableView",
"source_files": "LFKit/LFKit/Component/LFOptionTableView/*"
},
{
"name": "RotationMenu",
"source_files": "LFKit/LFKit/Component/RotationMenu/*"
},
{
"name": "LFAnnulusProgress",
"source_files": "LFKit/LFKit/Component/LFAnnulusProgress/*"
},
{
"name": "LFStarsView",
"source_files": "LFKit/LFKit/Component/LFStarsView/*"
},
{
"name": "LFAlignCollectionViewFlowLayout",
"source_files": "LFKit/LFKit/Component/LFAlignCollectionViewFlowLayout/*"
},
{
"name": "LFSegment",
"source_files": "LFKit/LFKit/Component/LFSegment/*"
},
{
"name": "LFBaseCardView",
"source_files": "LFKit/LFKit/Component/LFBaseCardView/*"
}
]
}
]
}