blob: 3f8c95e2b46386274180d64560e443ae1d423a5b [file] [log] [blame]
{
"name": "Rasat",
"version": "1.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_version": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/gokselkoksal/Rasat.git",
"tag": "1.0.0"
},
"source_files": [
"Rasat/Sources",
"Rasat/Sources/**/*.swift"
]
}