[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 2 / 1 / 3 / BadgeSwift / 8.0.0 / BadgeSwift.podspec.json
blob357e9fcf726e212b31078237329d23f27b947d7a
2   "name": "BadgeSwift",
3   "version": "8.0.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/marketplacer/swift-badge",
8   "summary": "Badge view for iOS and tvOS written in Swift",
9   "description": "This is a UI widget for iOS that shows a badge.\n\n* The badge is a subclass of UILabel view.\n* It can be created and customized from the Storyboard or from the code.",
10   "authors": {
11     "Evgenii Neumerzhitckii": "sausageskin@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/marketplacer/swift-badge.git",
15     "tag": "8.0.0"
16   },
17   "screenshots": "https://raw.githubusercontent.com/marketplacer/swift-badge/master/graphics/swift_badge_showcase_2.png",
18   "source_files": "BadgeSwift/**/*.swift",
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0"
22   },
23   "swift_versions": [
24     "4.2",
25     "5.0"
26   ]