blob: 2cf2b32fd7edf77a20acf0a3e70f9c070b3952e0 [file] [log] [blame]
{
"name": "WZLBadge",
"version": "1.1",
"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.\n",
"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.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "WZLBadge/**/*.{h,m}",
"public_header_files": "WZLBadge/**/*.{h}",
"frameworks": "UIKit"
}