[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / 8 / 2 / 7 / BadgeLabel / 1.1.0 / BadgeLabel.podspec.json
blob55b34e3d88969a28632ccdc229501554e95a6b16
2   "name": "BadgeLabel",
3   "version": "1.1.0",
4   "summary": "Simple animatable badge, based on UILabel and using CALayer",
5   "description": "Basic usage:\n  \n  ```objective-c\nBadgeLabel *badge = [BadgeLabel new];\nbadge.text = @\"42\";\n```\n\nConfigure appearance:\n\n```objective-c\nbadge.backgroundColor = [UIColor blueColor];\nbadge.hasBorder = YES;\nbadge.hasGloss = NO;\n```",
6   "homepage": "https://github.com/yonat/BadgeLabel",
7   "screenshots": "http://ootips.org/yonat/wp-content/uploads/2012/02/badge.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "Yonat Sharon": "yonat@ootips.org"
14   },
15   "social_media_url": "http://twitter.com/yonatsharon",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/yonat/BadgeLabel.git",
21     "tag": "1.1.0"
22   },
23   "source_files": [
24     "BadgeLabel.{h,m}",
25     "BadgeTableViewCell.{h,m}"
26   ],
27   "exclude_files": [
28     "BadgeView",
29     "BadgeView.xcodeproj"
30   ],
31   "frameworks": "QuartzCore",
32   "requires_arc": true