2 "name": "GlobalValueKeeper",
4 "summary": "A testable approach for global state.",
5 "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.",
6 "homepage": "https://github.com/congncif/global-value-keeper",
12 "CONG NGUYEN CHI": "congnc.if@gmail.com"
15 "git": "https://github.com/congncif/global-value-keeper.git",
18 "social_media_url": "https://twitter.com/congncif",
22 "source_files": "GlobalValueKeeper/Classes/**/*"