blob: 42b90df6dfc0e25eb89c5490e4d8b59f0ae5c068 [file] [log] [blame]
{
"name": "Badgeable",
"version": "0.1.1",
"summary": "Everything can display badge.",
"description": "Badgeable can display badge icon any UIView and UIBarButtonItem.\nIt is a protocol with default implementation written in Swift 3.0.\nJust conforms Badgeable protocol and assign 'badgeCount' property. That's it.",
"homepage": "https://github.com/gwangpa/Badgeable",
"screenshots": "https://github.com/gwangpa/Badgeable/blob/master/Screenshots/screenshot-001.png?raw=true",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel KIM": "gwangpa@gmail.com"
},
"source": {
"git": "https://github.com/gwangpa/Badgeable.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Badgeable/Classes/**/*",
"resource_bundles": {
"Badgeable": "Badgeable/Assets/*.json"
},
"pushed_with_swift_version": "3.0"
}