blob: e8266c4489ac4a0f5da59683ff74959065f22593 [file] [log] [blame]
{
"name": "BKRedux",
"version": "1.3.6",
"summary": "BKRedux is implementation Redux store in Swift.",
"homepage": "https://github.com/ReactComponentKit/BKRedux",
"license": "MIT",
"authors": {
"Burt.K": "skyfe79@gmail.com"
},
"social_media_url": "http://twitter.com/skyfe79",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/ReactComponentKit/BKRedux.git",
"tag": "1.3.6"
},
"source_files": "BKReduxApp/BKRedux/{*.swift}",
"requires_arc": true,
"dependencies": {
"RxSwift": [
">= 4.2.0"
],
"RxCocoa": [
">= 4.2.0"
]
}
}