[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / 5 / 1 / ReSwift / 6.0.0 / ReSwift.podspec.json
blob3b9d892ecb52d17513aea9e1a8951b839d46cfbd
2   "name": "ReSwift",
3   "version": "6.0.0",
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     "Karl Bowden": "karl@karlbowden.com",
14     "Malcolm Jarvis": "malcolm@boolable.ca",
15     "Christian Tietze": "me@christiantietze.de"
16   },
17   "documentation_url": "http://reswift.github.io/ReSwift/",
18   "social_media_url": "http://twitter.com/benjaminencz",
19   "source": {
20     "git": "https://github.com/ReSwift/ReSwift.git",
21     "tag": "6.0.0"
22   },
23   "platforms": {
24     "ios": "8.0",
25     "osx": "10.10",
26     "tvos": "9.0",
27     "watchos": "2.0"
28   },
29   "requires_arc": true,
30   "source_files": "ReSwift/**/*.swift",
31   "swift_versions": [
32     "5.2",
33     "5.0",
34     "4.2"
35   ],
36   "swift_version": "5.2"