blob: f9bb734ea00f829a52b6bc291f8f4f414b65542d [file] [log] [blame]
{
"name": "SwiftEvents",
"version": "0.5.0",
"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": "A type-save, thread-save and memory-save library for implementing events, that has functionality of Delegation, NotificationCenter and KVO",
"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.5.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"swift_version": "4.2"
}