blob: 8f16df5e4d1e70a8e8638ec0bc3337783e60f0ca [file] [log] [blame]
{
"name": "ReSwift-Persist",
"version": "0.1.0",
"summary": "Data persistence for ReSwift",
"description": "ReSwift-Persist automatically persist/rehydrate ReSwift app state as JSON file. Inspired by Redux-persist.",
"homepage": "https://github.com/muzix/ReSwift-Persist",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"muzix": "phamhuuhoang1210@gmail.com"
},
"module_name": "ReSwift_Persist",
"source": {
"git": "https://github.com/muzix/ReSwift-Persist.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"5.0",
"4.2"
],
"requires_arc": true,
"source_files": "ReSwift-Persist/Source/**/*",
"dependencies": {
"ReSwift": [
"~> 4.1.1"
]
},
"swift_version": "5.0"
}