blob: 3ad644f66ba84730a7e3f58ef7265d118c7e3dbf [file] [log] [blame]
{
"name": "VueFluxReactive",
"version": "1.0.0",
"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.0.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source_files": "VueFluxReactive/**/*.swift",
"dependencies": {
"VueFlux": [
"~> 1.0.0"
]
},
"requires_arc": true,
"platforms": {
"osx": "10.9",
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0"
},
"pushed_with_swift_version": "4.0"
}