[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / 7 / UIView+MGBadgeView / 0.0.1 / UIView+MGBadgeView.podspec.json
blobf7dd7f407c8649dc0a4359267ce5b8eff394483c
2   "name": "UIView+MGBadgeView",
3   "version": "0.0.1",
4   "summary": "Category which allows to show and customize a badge on every object which inherits from UIView.",
5   "homepage": "https://github.com/matteogobbi/UIView-MGBadgeView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Matteo Gobbi": "job@matteogobbi.com"
12   },
13   "source": {
14     "git": "https://github.com/matteogobbi/UIView-MGBadgeView.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": [
21     "Classes",
22     "UIView+MGBadgeView.{h,m}"
23   ],
24   "frameworks": [
25     "CoreGraphics",
26     "UIKit"
27   ],
28   "requires_arc": true