[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 7 / f / 0 / DZFiveStarBar / 0.0.2 / DZFiveStarBar.podspec.json
blob5fa2fbe1c1bf644058af47386d4d3a7a13a4d13b
2   "name": "DZFiveStarBar",
3   "version": "0.0.2",
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",
7   "license": "MIT",
8   "authors": {
9     "darkzero": "darkzero_mk2@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/darkzero/DZFiveStarBar.git",
13     "tag": "0.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "DZFiveStarBar/Classes/**/*",
19   "resources": [
20     "DZFiveStarBar/Assets/*.png"
21   ],
22   "deprecated": true