blob: eda0a5ba023ffbb6a9995a7860778c9cc0054298 [file] [log] [blame]
{
"name": "RdxSwift",
"version": "1.2",
"summary": "redux-inspired, rxswift-backed swift state manager",
"description": "RdxSwift is a RxSwift state manager inspired by Redux.",
"homepage": "https://github.com/aronse/RdxSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aronse": "alex@jogabo.com"
},
"source": {
"git": "https://github.com/aronse/RdxSwift",
"tag": "1.2"
},
"social_media_url": "https://twitter.com/ronse_a",
"platforms": {
"ios": "9.0"
},
"source_files": "RdxSwift/Classes/**/*",
"dependencies": {
"RxCocoa": [
],
"RxSwift": [
]
},
"pushed_with_swift_version": "3.0"
}