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