blob: cd217358d6302e029f6b7d27bc1de5807dabd0b6 [file] [log] [blame]
{
"name": "ReactorKit",
"version": "2.0.1",
"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": "2.0.1"
},
"source_files": "Sources/**/*.{swift,h,m}",
"frameworks": "Foundation",
"swift_versions": "5.0",
"dependencies": {
"RxSwift": [
"~> 5.0"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "3.0"
},
"swift_version": "5.0"
}