blob: 6af7ddf04a73c2bf4d50d736962f5ea1d23428a2 [file] [log] [blame]
{
"name": "JSBadgeView",
"version": "1.4.1",
"summary": "Customizable UIKit badge view like the one on applications in the iOS springboard.",
"description": "Customizable UIKit badge view like the one on applications in the iOS springboard. Very optimized for performance: drawn entirely using CoreGraphics.",
"homepage": "https://github.com/JaviSoto/JSBadgeView",
"license": "MIT",
"authors": {
"Javier Soto": "ios@javisoto.es"
},
"source": {
"git": "https://github.com/JaviSoto/JSBadgeView.git",
"tag": "1.4.1"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JSBadgeView": [
"Pod/Assets/*.png"
]
},
"frameworks": "QuartzCore"
}