Skip to content

Commit

Permalink
Podspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
Josip Bernat committed Jun 12, 2015
1 parent bcbcebe commit d256c9c
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.4"
s.version = "1.0.5"
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", :tag => "v1.0.4" }
s.source = { :git => "https://github.com/cloverstudio/CSGrowingTextView.git", :tag => "v1.0.5" }

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

Expand Down

0 comments on commit d256c9c

Please sign in to comment.