blob: 64b57d95e34f947d8dfcb953f6a1fe4942c17fbd [file] [log] [blame]
{
"name": "ReactorKit",
"version": "1.2.0",
"summary": "A framework for reactive and unidirectional Swift application architecture",
"homepage": "https://github.com/ReactorKit/ReactorKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/ReactorKit/ReactorKit.git",
"tag": "1.2.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
">= 4.0.0"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
}
}