blob: 51d1bd813d39fddee1c7184948dc574845e4fc16 [file] [log] [blame]
{
"name": "SwiftEventCenter",
"version": "1.0.0",
"summary": "Swift Event Center to create custom events and respond to them",
"homepage": "https://github.com/ladislas/SwiftEventCenter",
"license": {
"type": "Apache License, Version 2.0"
},
"authors": "Ladislas de Toldi",
"module_name": "EventCenter",
"swift_version": "4.2",
"platforms": {
"osx": "10.13",
"ios": "10.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/ladislas/SwiftEventCenter.git",
"tag": "1.0.0"
},
"source_files": "Sources/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"frameworks": "Foundation"
}