blob: c6d9e56daa588a7155327cdc21e42f665025cbb9 [file] [log] [blame]
{
"name": "VueFluxReactive",
"version": "1.6.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.6.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source_files": [
"VueFluxReactive/**/*.swift",
"VueFluxInternalCore/**/*.swift"
],
"requires_arc": true,
"platforms": {
"osx": "10.9",
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_version": "4.2",
"dependencies": {
"VueFlux": [
"~> 1.6.0"
]
}
}