blob: 86aa9b67d72c445e0d5e30effb98ca6996d9aa54 [file] [log] [blame]
{
"name": "CKBadgeView",
"version": "0.0.1",
"summary": "A lightweight extension to add badge for UIView",
"description": "CKBadgeView is an OBJC category for user to add badge to a UIView. \nIt is easy to use, and just one line of code, then you can add a badge with default behaviour.",
"homepage": "https://github.com/enix223/CKBadgeView",
"license": "MIT",
"authors": {
"Enix Yu": "enix223@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/enix223/CKBadgeView.git",
"tag": "0.0.1"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m}"
],
"exclude_files": "Sources/Exclude",
"frameworks": "QuartzCore",
"requires_arc": true
}