[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / 5 / 1 / ReSwift / 4.1.1 / ReSwift.podspec.json
blob7c977d65797bd5116854931f89a522e280ba33e4
2   "name": "ReSwift",
3   "version": "4.1.1",
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   "documentation_url": "http://reswift.github.io/ReSwift/",
15   "social_media_url": "http://twitter.com/benjaminencz",
16   "source": {
17     "git": "https://github.com/ReSwift/ReSwift.git",
18     "tag": "4.1.1"
19   },
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10",
23     "tvos": "9.0",
24     "watchos": "2.0"
25   },
26   "requires_arc": true,
27   "source_files": "ReSwift/**/*.swift"