Skip to content

Commit

Permalink
Update Pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
anfriis committed Sep 21, 2016
1 parent 75edacf commit 01cdf30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GrowingTextViewHandler-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod:: Spec.new do |spec|
spec.platform = 'ios', '8.0'
spec.name = 'GrowingTextViewHandler-Swift'
spec.version = '1.0.3'
spec.version = '1.1'
spec.summary = 'An NSObject subclass to handle resizing of UITextView as the user types in.'
spec.author = {
'Susmita Horrow' => 'susmita.horrow@gmail.com'
Expand All @@ -10,7 +10,7 @@ Pod:: Spec.new do |spec|
spec.homepage = 'https://github.com/hsusmita/GrowingTextViewHandler'
spec.source = {
:git => 'https://github.com/hsusmita/GrowingTextViewHandler.git',
:tag => '1.0.3'
:tag => '1.1'
}
spec.ios.deployment_target = '8.0'
spec.source_files = 'GrowingTextViewHandler/GrowingTextViewHandler/Source/*'
Expand Down

0 comments on commit 01cdf30

Please sign in to comment.