[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 2 / 7 / BadgeLabel / 1.0.0 / BadgeLabel.podspec.json
blob0c9e57be0568a4161645dbcef72eafce84336199
2   "name": "BadgeLabel",
3   "version": "1.0.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```\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": "6.0"
18   },
19   "source": {
20     "git": "https://github.com/yonat/BadgeLabel.git",
21     "commit": "c15b3fbc5b49bf3336c6e9c688e413d7cc7f97bf",
22     "tag": "1.0.0"
23   },
24   "source_files": [
25     "BadgeLabel.{h,m}",
26     "BadgeTableViewCell.{h,m}"
27   ],
28   "exclude_files": [
29     "BadgeView",
30     "BadgeView.xcodeproj"
31   ],
32   "frameworks": "QuartzCore",
33   "requires_arc": true