blob: 892261febc9a073a769bfc27bf77c228c70d4225 [file] [log] [blame]
{
"name": "DZFiveStarBar",
"version": "0.1.0",
"summary": "DZFiveStarBar",
"description": "- How to use\n* coding\n```\nlet starbar = DZStarBar.starBarAt(CGPoint(x: 20, y: 50), Height: 40, StarCount: 5);\nstarbar.addTarget(self, action: #selector(ViewController.onStarBarChanged), for: UIControlEvents.valueChanged);\nstarbar.currentValue = 1;\nstarbar.displayOnly = false;\nstarbar.canHalf = true;\nself.view.addSubview(starbar);\n```\n\n* or use storyboard",
"homepage": "https://github.com/darkzero/DZFiveStarBar",
"license": "MIT",
"authors": {
"darkzero": "darkzero_mk2@hotmail.com"
},
"source": {
"git": "https://github.com/darkzero/DZFiveStarBar.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.3"
},
"source_files": "DZFiveStarBar/Classes/**/*",
"resources": [
"DZFiveStarBar/Assets/*.png"
],
"pushed_with_swift_version": "3.0",
"deprecated": true
}