Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffla committed Oct 18, 2013
1 parent c76c7b7 commit f93c317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MMSpreadsheetView.podspec
Original file line number Diff line number Diff line change
@@ -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" => "[email protected]" }
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}'
Expand Down

0 comments on commit f93c317

Please sign in to comment.