[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / b / 5 / 1 / ReSwift / 0.2.4 / ReSwift.podspec.json
blob91616d8d273dcf37a6633d6b165a19e77f64c0aa
2   "name": "ReSwift",
3   "version": "0.2.4",
4   "summary": "Unidirectional Data Flow in Swift",
5   "description": "ReSwift is a Redux-like implementation of the unidirectional data flow architecture in Swift.\nIt embraces a unidirectional data flow that only allows state mutations through declarative actions.",
6   "homepage": "https://github.com/ReSwift/ReSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Benjamin Encz": "me@benjamin-encz.de"
13   },
14   "social_media_url": "http://twitter.com/benjaminencz",
15   "source": {
16     "git": "https://github.com/ReSwift/ReSwift.git",
17     "tag": "0.2.4"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "requires_arc": true,
26   "source_files": "ReSwift/**/*.swift"