Files
JBChartView/DPToastView/0.2b/DPToastView.podspec
T
2013-04-05 10:44:28 -04:00

13 lines
512 B
Ruby

Pod::Spec.new do |s|
s.name = "DPToastView"
s.version = "0.2b"
s.summary = "Highly customizable toast view for iOS."
s.homepage = "https://github.com/ebaker355/DPToastView"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Eric Baker" => "ebaker@duneparksoftware.com" }
s.source = { :git => "https://github.com/ebaker355/DPToastView.git", :tag => "0.2b" }
s.platform = :ios, '6.0'
s.source_files = '*.{h,m}'
s.requires_arc = true
end