2 "name": "DZFiveStarBar",
4 "summary": "DZFiveStarBar",
5 "description": "- How to use\n* coding\n```\nlet starbar = DZStarBar.starBarAt(CGPointMake(20, 50), Height: 60, StarCount: 5);\nstarbar.addTarget(self, action: #selector(ViewController.onStarBarChanged(_:)), forControlEvents: UIControlEvents.ValueChanged);\nself.view.addSubview(starbar);\n```",
6 "homepage": "https://github.com/darkzero/DZFiveStarBar",
9 "darkzero": "darkzero_mk2@hotmail.com"
12 "git": "https://github.com/darkzero/DZFiveStarBar.git",
18 "source_files": "DZFiveStarBar/Classes/**/*",
21 "DZFiveStarBar/Assets/*.png"