[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / 3 / 6 / ReSwift-Persist / 0.1.0 / ReSwift-Persist.podspec.json
blob8f16df5e4d1e70a8e8638ec0bc3337783e60f0ca
2   "name": "ReSwift-Persist",
3   "version": "0.1.0",
4   "summary": "Data persistence for ReSwift",
5   "description": "ReSwift-Persist automatically persist/rehydrate ReSwift app state as JSON file. Inspired by Redux-persist.",
6   "homepage": "https://github.com/muzix/ReSwift-Persist",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "muzix": "phamhuuhoang1210@gmail.com"
13   },
14   "module_name": "ReSwift_Persist",
15   "source": {
16     "git": "https://github.com/muzix/ReSwift-Persist.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_versions": [
23     "5.0",
24     "4.2"
25   ],
26   "requires_arc": true,
27   "source_files": "ReSwift-Persist/Source/**/*",
28   "dependencies": {
29     "ReSwift": [
30       "~> 4.1.1"
31     ]
32   },
33   "swift_version": "5.0"