[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / f / d / Badgeable / 0.1.0 / Badgeable.podspec.json
blob62a2dcaa65a7384164da7411297e3aaf4800079f
2   "name": "Badgeable",
3   "version": "0.1.0",
4   "summary": "Everything can display badge.",
5   "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.",
6   "homepage": "https://github.com/gwangpa/Badgeable",
7   "screenshots": "https://github.com/gwangpa/Badgeable/blob/master/Screenshots/screenshot-001.png?raw=true",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Daniel KIM": "gwangpa@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/gwangpa/Badgeable.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Badgeable/Classes/**/*"