Skip to content

Commit

Permalink
bump podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfusedVorlon committed Aug 14, 2017
1 parent 6110197 commit e44f44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HSGoogleDrivePicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "HSGoogleDrivePicker"
s.version = "2.0.0"
s.version = "2.1.0"
s.summary = "A sane and simple file picker for Google Drive."

s.homepage = "https://github.com/ConfusedVorlon/HSGoogleDrivePicker"
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|

s.platform = :ios, "8.0"

s.source = { :git => "https://github.com/ConfusedVorlon/HSGoogleDrivePicker.git", :tag => "2.0.0" }
s.source = { :git => "https://github.com/ConfusedVorlon/HSGoogleDrivePicker.git", :tag => "2.1.0" }
s.source_files = "HSGoogleDrivePicker/HSGoogleDrivePicker"

s.requires_arc = true
Expand Down

0 comments on commit e44f44a

Please sign in to comment.