[Add] SwiftMediator 1.1.0
[CocoaPods.git] / Specs / a / 0 / 2 / GlobalValueKeeper / 0.1.0 / GlobalValueKeeper.podspec.json
blobc4250e568b1f5f51763d28678cf80174fd93c413
2   "name": "GlobalValueKeeper",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CONG NGUYEN CHI": "congnc.if@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/congncif/global-value-keeper.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/congncif",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "GlobalValueKeeper/Classes/**/*"