blob: 9fa29696eb587872149acbb61b94b74efe62c6fe [file] [log] [blame]
{
"name": "SwiftEvents",
"version": "0.4.2",
"homepage": "https://github.com/denissimon/SwiftEvents",
"authors": {
"Denis Simon": "denis.v.simon@gmail.com"
},
"summary": "A lightweight, pure-Swift library for implementing events in iOS and other platforms",
"description": "SwiftEvents is a lightweight, pure-Swift library for implementing events. It has Delegation, NotificationCenter and Key-Value Observing (KVO) functionality in one simple, not verbose and type-safe API.",
"license": {
"type": "MIT"
},
"swift_versions": "4.2",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/denissimon/SwiftEvents.git",
"tag": "0.4.2"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"swift_version": "4.2"
}