[Add] ENG 0.0.4
[CocoaPods.git] / Specs / 6 / c / 5 / Redux.swift / 0.1.3 / Redux.swift.podspec.json
blob9f5e59cafc462d651d284bc0d2d09f40f719a9ac
2   "name": "Redux.swift",
3   "module_name": "Redux",
4   "version": "0.1.3",
5   "summary": "An implementation of a predictable state container in Swift.",
6   "description": "Redux.swift is an implementation of a predictable state container, written in Swift. It aims to enforce separation of concerns and a unidirectional data flow by keeping your entire app state in a single data structure that cannot be mutated directly, instead relying on an action dispatch mechanism to describe changes.",
7   "homepage": "https://github.com/fellipecaetano/Redux.swift",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Fellipe Caetano": "fellipe.caetano4@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/fellipecaetano/Redux.swift.git",
17     "tag": "0.1.3"
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": "Redux.swift/Classes/**/*"