blob: f7dd7f407c8649dc0a4359267ce5b8eff394483c [file] [log] [blame]
{
"name": "UIView+MGBadgeView",
"version": "0.0.1",
"summary": "Category which allows to show and customize a badge on every object which inherits from UIView.",
"homepage": "https://github.com/matteogobbi/UIView-MGBadgeView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matteo Gobbi": "job@matteogobbi.com"
},
"source": {
"git": "https://github.com/matteogobbi/UIView-MGBadgeView.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"UIView+MGBadgeView.{h,m}"
],
"frameworks": [
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}