[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 2 / 7 / ReferenceStoreManager / 0.1.2 / ReferenceStoreManager.podspec.json
blob2d2f74e49da1b112547df5b51b10a91697015c2c
2   "name": "ReferenceStoreManager",
3   "version": "0.1.2",
4   "swift_versions": [
5     "5.0",
6     "5.1",
7     "5.2",
8     "5.3"
9   ],
10   "summary": "A testable approach for global state.",
11   "description": "* Prevent to access directly to a singleton which will be hard to test.\n* Avoid to pass a short-lifetime states across some objects that can make your logic more complex.",
12   "homepage": "https://github.com/congncif/RxReferenceStoreManager",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "CONG NGUYEN CHI": "congnc.if@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/congncif/RxReferenceStoreManager.git",
22     "tag": "0.1.2"
23   },
24   "social_media_url": "https://twitter.com/congncif",
25   "platforms": {
26     "ios": "9.0"
27   },
28   "source_files": "Sources/*.swift",
29   "dependencies": {
30     "RxSwift": [
32     ],
33     "RxCocoa": [
35     ]
36   },
37   "swift_version": "5.3"