[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 5 / 1 / ReSwift / 0.2.5 / ReSwift.podspec.json
blobb4fb7d7a3d3427c7f1d6046f756b96989389bc2c
2   "name": "ReSwift",
3   "version": "0.2.5",
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.5"
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"