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