blob: 3576c5667c2908fa6d24a5bc5d972335aab2c9ed [file] [log] [blame]
{
"name": "VueFlux",
"version": "1.3.0",
"authors": {
"ra1028": "r.fe51028.r@gmail.com"
},
"homepage": "https://github.com/ra1028/VueFlux",
"summary": "Unidirectional State Management for Swift - Inspired by Vuex and Flux",
"source": {
"git": "https://github.com/ra1028/VueFlux.git",
"tag": "1.3.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source_files": [
"VueFlux/**/*.swift",
"CommonInternal/**/*.swift"
],
"requires_arc": true,
"platforms": {
"osx": "10.9",
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0"
}
}