blob: 33c2d068009cb5cde1a97d4716682fc2f830268f [file] [log] [blame]
{
"name": "Rasat",
"version": "2.0.0",
"summary": "Broadcast messages using channels.",
"description": "Rasat is a simple pub-sub/observer pattern implementation in Swift.",
"homepage": "https://github.com/gokselkoksal/Rasat/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Göksel Köksal": "gokselkoksal@gmail.com"
},
"social_media_url": "https://twitter.com/gokselkk",
"swift_versions": "5.1",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/gokselkoksal/Rasat.git",
"tag": "2.0.0"
},
"source_files": [
"Rasat/Sources",
"Rasat/Sources/**/*.swift"
],
"swift_version": "5.1"
}