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