| { |
| "name": "ReSwift", |
| "version": "0.2.4", |
| "summary": "Unidirectional Data Flow in Swift", |
| "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.", |
| "homepage": "https://github.com/ReSwift/ReSwift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Benjamin Encz": "me@benjamin-encz.de" |
| }, |
| "social_media_url": "http://twitter.com/benjaminencz", |
| "source": { |
| "git": "https://github.com/ReSwift/ReSwift.git", |
| "tag": "0.2.4" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "requires_arc": true, |
| "source_files": "ReSwift/**/*.swift" |
| } |