blob: 25b43da1d29f8b3020a2e6da4e6685997026a0f0 [file] [log] [blame]
{
"name": "SwiftEvents",
"version": "1.1.1",
"homepage": "https://github.com/denissimon/SwiftEvents",
"authors": {
"Denis Simon": "denis.v.simon@gmail.com"
},
"summary": "A lightweight library for creating and observing events",
"license": {
"type": "MIT"
},
"swift_versions": [
"5.0",
"5.1"
],
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/denissimon/SwiftEvents.git",
"tag": "1.1.1"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"swift_version": "5.1"
}