blob: 2e25b8f0065fd1d7971d5649a89beb91e54713d6 [file] [log] [blame]
{
"name": "MMBadgeView",
"version": "0.0.1",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A customizable badge for iOS applications.(基于M13BadgeView)",
"homepage": "https://github.com/xwgit2971/MMBadgeView",
"authors": {
"SunnyX": "1031787148@qq.com"
},
"source": {
"git": "https://github.com/xwgit2971/MMBadgeView.git",
"tag": "0.0.1"
},
"source_files": "MMBadgeView/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"M13BadgeView": [
"~> 1.0.4"
]
}
}