blob: 44f7282e2defc0171bce7afa4ba3b71fa447cfa2 [file] [log] [blame]
{
"name": "SSEventFlow",
"version": "1.0.1",
"summary": "SSEventFlow is a type safe alternative to NSNotification, 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/overview.html",
"homepage": "https://github.com/neoneye/SSEventFlow",
"license": "MIT",
"authors": {
"Simon Strandgaard": "neoneye@gmail.com"
},
"source": {
"git": "https://github.com/neoneye/SSEventFlow.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/neoneye",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source_files": "SSEventFlow_Framework/Classes/*"
}