diff --git a/MMSpreadsheetView.podspec b/MMSpreadsheetView.podspec index 6ca6ac2..8797ae3 100644 --- a/MMSpreadsheetView.podspec +++ b/MMSpreadsheetView.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "MMSpreadsheetView" - s.version = "0.0.1" + s.version = "0.0.2" s.summary = "A light weight, easy-to-use spreadsheet-like view." s.homepage = "https://github.com/mutualmobile/MMSpreadsheetView" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Jeff Lacey" => "jeff.lacey@mutualmobile.com" } - s.source = { :git => "https://github.com/mutualmobile/MMSpreadsheetView.git", :tag => "0.0.1" } + s.source = { :git => "https://github.com/mutualmobile/MMSpreadsheetView.git", :tag => "0.0.2" } s.platform = :ios, '6.0' s.requires_arc = true s.source_files = 'MMSpreadsheetView/*.{h,m}'