blob: fee88c9dc99ce2cd515c9e93c3002743c1631fa9 [file] [log] [blame]
{
"name": "TypedNotifications",
"version": "1.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/mergesort/TypedNotifications",
"authors": {
"Joe Fabisevich": "github@fabisevi.ch"
},
"summary": "A wrapper around NotificationCenter for sending typed notifications with payloads across your iOS app.",
"source": {
"git": "https://github.com/mergesort/TypedNotifications.git",
"tag": "1.2"
},
"source_files": "Source/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"social_media_url": "https://twitter.com/mergesort",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2"
}