[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 0 / 7 / CKBadgeView / 0.0.1 / CKBadgeView.podspec.json
blob86aa9b67d72c445e0d5e30effb98ca6996d9aa54
2   "name": "CKBadgeView",
3   "version": "0.0.1",
4   "summary": "A lightweight extension to add badge for UIView",
5   "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.",
6   "homepage": "https://github.com/enix223/CKBadgeView",
7   "license": "MIT",
8   "authors": {
9     "Enix Yu": "enix223@163.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/enix223/CKBadgeView.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "Sources",
20     "Sources/**/*.{h,m}"
21   ],
22   "exclude_files": "Sources/Exclude",
23   "frameworks": "QuartzCore",
24   "requires_arc": true