blob: 28ace3ffb4c84c87fc6cbecd5b76f000bdae5138 [file] [log] [blame]
{
"name": "SSEventFlow",
"version": "1.3.0",
"summary": "SSEventFlow is a type safe alternative to NotificationCenter, inspired by Flux",
"description": "This is a tiny variant of the Flux Application Architecture, invented by Facebook.\nSee video to how Flux works: https://facebook.github.io/flux/docs/in-depth-overview",
"homepage": "https://github.com/neoneye/SSEventFlow",
"license": {
"type": "MIT"
},
"authors": {
"Simon Strandgaard": "neoneye@gmail.com"
},
"source": {
"git": "https://github.com/neoneye/SSEventFlow.git",
"tag": "1.3.0"
},
"social_media_url": "https://twitter.com/neoneye",
"swift_versions": "5.2",
"platforms": {
"ios": "13.0",
"osx": "10.15",
"watchos": "6.0"
},
"source_files": "SSEventFlow_Framework/Classes/*",
"swift_version": "5.2"
}