[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / 1 / SimpleNotification / 0.5 / SimpleNotification.podspec.json
blob9aa6bcfc52c03448537901bf573c473b640fe499
2   "name": "SimpleNotification",
3   "version": "0.5",
4   "summary": "A lightweight wrapper for native notifications with typed event observers.",
5   "description": "A lightweight wrapper for native notifications.\nFeatures:\n1. Easy-to-use Swift-style replacement for Notification and NotificationCenter functionality\n2. Closure-based - no need to deal with selectors anymore\n3. Uses the power of Swift generics. Observers wait for a user data with specific type - they get it!",
6   "homepage": "https://github.com/tralf/SimpleNotification",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Viktor Kalinchuk": "viktor.kalinchuk@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tralf/SimpleNotification.git",
16     "tag": "0.5"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "5.0",
22   "source_files": "SimpleNotification/Source/**/*.swift"