blob: c4250e568b1f5f51763d28678cf80174fd93c413 [file] [log] [blame]
{
"name": "GlobalValueKeeper",
"version": "0.1.0",
"summary": "A testable approach for global state.",
"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.",
"homepage": "https://github.com/congncif/global-value-keeper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CONG NGUYEN CHI": "congnc.if@gmail.com"
},
"source": {
"git": "https://github.com/congncif/global-value-keeper.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/congncif",
"platforms": {
"ios": "8.0"
},
"source_files": "GlobalValueKeeper/Classes/**/*"
}