blob: f2defc5b880f17e60703bd00d06aee33051db9bc [file] [log] [blame]
{
"name": "DLSubclassAwareSingleton",
"version": "1.0.0",
"summary": "Singleton pattern implementation with support for specific instances per subclass.",
"homepage": "https://github.com/regexident/DLSubclassAwareSingleton",
"license": "BSD-3",
"authors": {
"Vincent Esche": "regexident@gmail.com"
},
"source": {
"git": "https://github.com/regexident/DLSubclassAwareSingleton.git",
"tag": "1.0.0"
},
"source_files": "DLSubclassAwareSingleton/NSObject+DLSubclassAwareSingleton.{h,m}",
"requires_arc": false
}