blob: d50dc115c4391cf88e1c8a54c116a6c07e22ee6d [file] [log] [blame]
{
"name": "ABMultiton",
"version": "1.0.0",
"summary": "Multiton pattern implementation or singletons manager.",
"homepage": "https://github.com/belkevich/multiton",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Alexey Belkevich": "belkevich.alexey@gmail.com"
},
"source": {
"git": "https://github.com/belkevich/multiton.git",
"tag": "1.0.0"
},
"platforms": {
"ios": null
},
"source_files": "*.{h,m}",
"requires_arc": false
}