Added DLSubclassAwareSingleton.

This commit is contained in:
Vincent Esche
2013-03-21 03:43:15 +01:00
parent 058ae0e412
commit 6f56cc12b7
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = "DLSubclassAwareSingleton"
s.version = "1.0.0"
s.summary = "Singleton pattern implementation with support for specific instances per subclass."
s.homepage = "https://github.com/regexident/DLSubclassAwareSingleton"
s.license = 'BSD-3'
s.author = { "Vincent Esche" => "regexident@gmail.com" }
s.source = { :git => "https://github.com/regexident/DLSubclassAwareSingleton.git",
:tag => "1.0.0" }
s.source_files = 'DLSubclassAwareSingleton/NSObject+DLSubclassAwareSingleton.{h,m}'
end