blob: 9901a05cb47a4bfac3782b28dd3bbd80b30cde7a [file] [log] [blame]
{
"name": "Transceiver",
"version": "1.0.0",
"summary": "Many-to-Many Communication Using Protocol in Swift",
"description": "Many-to-Many Communication Using Protocol in Swift , A Replacement for apple NotificationCenter",
"homepage": "https://github.com/mazenbaddad/Transceiver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mazenbaddad": "mazenbaddad@hotmail.com"
},
"social_media_url": "https://twitter.com/mazenbaddad",
"swift_versions": "5.0",
"platforms": {
"ios": "9.0",
"osx": "10.15"
},
"source": {
"git": "https://github.com/mazenbaddad/Transceiver.git",
"tag": "1.0.0"
},
"source_files": "Source/*.{swift}",
"frameworks": "Foundation",
"swift_version": "5.0"
}