Skip to content

Commit

Permalink
Updated pospec
Browse files Browse the repository at this point in the history
  • Loading branch information
Josip Bernat committed Oct 20, 2014
1 parent a0a30a2 commit cf7a867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CSGrowingTextView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "CSGrowingTextView"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "CSGrowingTextView is a iOS text view that sizes while user types using keyboard."

s.description = <<-DESC
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.platform = :ios, '6.0'

s.source = { :git => "https://github.com/cloverstudio/CSGrowingTextView.git", :commit => "fbef3c7b20a5a4fab0e0be0fd6a0391213c9a61a", :tag => s.version.to_s }
s.source = { :git => "https://github.com/cloverstudio/CSGrowingTextView.git", :tag => "v1.0.2" }

s.source_files = 'CSGrowingTextView/CSGrowingTextView/**/*.{h,m}'

Expand Down

0 comments on commit cf7a867

Please sign in to comment.