2 "name": "GlobalValueKeeper",
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/global-value-keeper",
18 "CONG NGUYEN CHI": "congnc.if@gmail.com"
21 "git": "https://github.com/congncif/global-value-keeper.git",
24 "social_media_url": "https://twitter.com/congncif",
28 "source_files": "GlobalValueKeeper/**/*.swift",
29 "swift_version": "5.3"