[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / f / b / DYBadge / 1.0.3 / DYBadge.podspec.json
blob04c44fdac84f40ddc20ab3d626be61d1365ab088
2   "name": "DYBadge",
3   "version": "1.0.3",
4   "summary": "Pop up badge, written in Swift 4. Add as subview to any UIView object",
5   "swift_version": "4.0",
6   "description": "Pop up badge which can be added to any UIView or UIView subclass (written in Swift 4.0).",
7   "homepage": "https://github.com/DominikButz/DYBadge",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "dominikbutz": "dominikbutz@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/DominikButz/DYBadge.git",
17     "tag": "1.0.3"
18   },
19   "platforms": {
20     "ios": "9.3"
21   },
22   "source_files": "DYBadgeExample/DYBadge/**/*",
23   "public_header_files": "DYBadgeExample/DYBadge/**/*.h"