[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 1 / d / BadgerView / 0.9.0 / BadgerView.podspec.json
blob452260e27b62419dc55ac53a8f2941c693abec32
2   "name": "BadgerView",
3   "version": "0.9.0",
4   "summary": "Unread 'badge count' control for macOS",
5   "description": "An NSView-based unread badge count control for macOS based on Aral Balkan's BadgeView. \nBenefits include playing well with auto layout and support for designables and inspectables in Interface Builder",
6   "homepage": "https://github.com/MikeManzo/Badger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mike Manzo": "manzo.mike@gmail.com"
13   },
14   "swift_versions": "5.0",
15   "platforms": {
16     "osx": "10.11"
17   },
18   "source": {
19     "git": "https://github.com/MikeManzo/Badger.git",
20     "tag": "0.9.0"
21   },
22   "source_files": "Badger/**/*.{swift,h,xib}",
23   "dependencies": {
24     "Cartography": [
25       "~> 3.0"
26     ]
27   },
28   "swift_version": "5.0"