blob: 1002a4a763044e144456f9c54971ab5ed8db9e01 [file] [log] [blame]
{
"name": "WZLBadge",
"version": "1.2.2",
"summary": "An one-line tool to show styles of badge for UIView",
"description": "An easy tool to show different styles of UIView objects without the need for subclassing.",
"homepage": "https://github.com/weng1250/WZLBadge",
"license": {
"type": "None",
"file": "LICENSE"
},
"authors": {
"Zilin Weng翁子林": "zilin_weng@163.com"
},
"source": {
"git": "https://github.com/weng1250/WZLBadge.git",
"tag": "1.2.2"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": [
"WZLBadge/BarItem/*.{h,m}",
"WZLBadge/CategorySupport/*.{h,m}",
"WZLBadge/Protocol/*.{h,m}",
"WZLBadge/View/*.{h,m}",
"WZLBadge/WZLBadgeImport.h"
],
"public_header_files": "WZLBadge/**/*.{h}",
"frameworks": "UIKit"
}