blob: 8b897b6a7ddd887f892e85035fa67a35ec0aba14 [file] [log] [blame]
{
"name": "DLSubclassAwareSingleton",
"version": "1.0.1",
"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.1"
},
"source_files": "DLSubclassAwareSingleton/NSObject+DLSubclassAwareSingleton.{h,m}",
"requires_arc": false
}