[Add] SwiftMediator 1.1.0
[CocoaPods.git] / Specs / a / 0 / 2 / GlobalValueKeeper / 0.4.0 / GlobalValueKeeper.podspec.json
blob351b68637d1841556cd2694c32ce5b57e79a6dea
2   "name": "GlobalValueKeeper",
3   "version": "0.4.0",
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/global-value-keeper",
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/global-value-keeper.git",
22     "tag": "0.4.0"
23   },
24   "social_media_url": "https://twitter.com/congncif",
25   "platforms": {
26     "ios": "8.0"
27   },
28   "source_files": "GlobalValueKeeper/**/*.swift",
29   "swift_version": "5.3"