blob: 047dfc632cbfeca49d691bd4cd19d70085274cdf [file] [log] [blame]
{
"name": "DZFiveStarBar",
"version": "0.0.1",
"summary": "DZFiveStarBar",
"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```",
"homepage": "https://github.com/darkzero/DZFiveStarBar",
"license": "MIT",
"authors": {
"darkzero": "darkzero_mk2@hotmail.com"
},
"source": {
"git": "https://github.com/darkzero/DZFiveStarBar.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DZFiveStarBar/Classes/**/*",
"resource_bundles": {
"DZFiveStarBar": [
"DZFiveStarBar/Assets/*.png"
]
},
"deprecated": true
}