Files
JBChartView/DOSingleton/0.0.1/DOSingleton.podspec
T
Dmitry Obukhov add1fe3508 DOSingleton added
2013-04-07 20:25:59 +04:00

13 lines
471 B
Ruby

Pod::Spec.new do |s|
s.name = "DOSingleton"
s.version = "0.0.1"
s.summary = "Subclassable Objective-C singleton."
s.homepage = "https://github.com/stel/DOSingleton"
s.license = 'MIT'
s.author = { "Dmitry Obukhov" => "stel2k@gmail.com" }
s.source = { :git => "https://github.com/stel/DOSingleton.git", :tag => "0.0.1" }
s.platform = :osx, '10.7'
s.source_files = 'DOSingleton.{h,m}'
s.requires_arc = true
end