[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / d / 6 / 1 / DBBadgeLabel / 1.0.0 / DBBadgeLabel.podspec.json
blob70f25a8b88a9d2cc862a7f81312f63b503e82985
2   "name": "DBBadgeLabel",
3   "version": "1.0.0",
4   "summary": "Dead-simple UILabel subclass written in Swift to simplify using labels with rounded corners and colored backgrounds",
5   "homepage": "http://www.danielbyon.com",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Daniel Byon": "contact@danielbyon.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/danielbyon/DBBadgeLabel.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "DBBadgeLabel/**/*.{h,m,swift}",
21   "frameworks": "UIKit",
22   "requires_arc": true