| { |
| "name": "SSEventFlow", |
| "version": "1.1.0", |
| "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/in-depth-overview.html#content", |
| "homepage": "https://github.com/neoneye/SSEventFlow", |
| "license": "MIT", |
| "authors": { |
| "Simon Strandgaard": "neoneye@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/neoneye/SSEventFlow.git", |
| "tag": "1.1.0" |
| }, |
| "social_media_url": "https://twitter.com/neoneye", |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.10", |
| "watchos": "3.0" |
| }, |
| "source_files": "SSEventFlow_Framework/Classes/*", |
| "pushed_with_swift_version": "3.1.0" |
| } |