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