[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 1 / a / SSEventFlow / 1.1.0 / SSEventFlow.podspec.json
blob90132af58dc5cb68233450521b1fcfa1549d2a25
2   "name": "SSEventFlow",
3   "version": "1.1.0",
4   "summary": "SSEventFlow is a type safe alternative to NSNotification, inspired by Flux",
5   "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",
6   "homepage": "https://github.com/neoneye/SSEventFlow",
7   "license": "MIT",
8   "authors": {
9     "Simon Strandgaard": "neoneye@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/neoneye/SSEventFlow.git",
13     "tag": "1.1.0"
14   },
15   "social_media_url": "https://twitter.com/neoneye",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.10",
19     "watchos": "3.0"
20   },
21   "source_files": "SSEventFlow_Framework/Classes/*",
22   "pushed_with_swift_version": "3.1.0"