blob: 3daabdbc13b2fba4e868ec21e0e9c919354f3711 [file] [log] [blame]
{
"name": "ReflexSwift",
"version": "0.0.2",
"summary": "Unidirectional data flow architecture for RxSwift",
"homepage": "https://github.com/RxSwiftCommunity/Reflex",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nate Kim": "glwithu06@gmail.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/Reflex.git",
"tag": "0.0.2"
},
"source_files": "Sources/*.{swift,h,m}",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
">= 4.0.0"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
}
}