Skip to content

Commit

Permalink
updated the tag number in pospec
Browse files Browse the repository at this point in the history
  • Loading branch information
grevolution committed Mar 16, 2014
1 parent 031d2b2 commit fcbea1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SHLineGraphView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SHLineGraphView"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "`SHLineGraphView` a reusable UIView subclass to create Graphs"

s.description = <<-DESC
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.author = { "Shan Ul Haq" => "[email protected]" }

s.platform = :ios
s.source = { :git => "https://github.com/grevolution/SHLineGraphView.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/grevolution/SHLineGraphView.git", :tag => "1.0.1" }

s.requires_arc = true
s.source_files = 'SHLineGraphView/SHLineGraphView/*.{h,m}'
Expand Down

0 comments on commit fcbea1f

Please sign in to comment.