blob: 0a6003fc9753733469bd363208e663343be82f48 [file] [log] [blame]
{
"name": "JSBadgeView",
"version": "1.3.2",
"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.3.2"
},
"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
}