| { |
| "name": "VueFluxReactive", |
| "version": "1.3.1", |
| "authors": { |
| "ra1028": "r.fe51028.r@gmail.com" |
| }, |
| "homepage": "https://github.com/ra1028/VueFlux", |
| "summary": "Reactive system for VueFlux architecture in Swift", |
| "source": { |
| "git": "https://github.com/ra1028/VueFlux.git", |
| "tag": "1.3.1" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "source_files": [ |
| "VueFluxReactive/**/*.swift", |
| "CommonInternal/**/*.swift" |
| ], |
| "dependencies": { |
| "VueFlux": [ |
| "~> 1.3.1" |
| ] |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "osx": "10.9", |
| "ios": "9.0", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| } |
| } |