[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / f / d / Badgeable / 0.1.2 / Badgeable.podspec.json
blob57a81b2be8869c473921c848bb86dd4e19d8f283
2   "name": "Badgeable",
3   "version": "0.1.2",
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.2"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Badgeable/Classes/**/*",
23   "resource_bundles": {
24     "Badgeable": "Badgeable/Assets/*.{json}"
25   },
26   "pushed_with_swift_version": "3.0"