Skip to content

Commit

Permalink
Create 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaguilar committed Oct 12, 2017
1 parent 1a22969 commit 6af2337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MultilineTextField.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'MultilineTextField'
s.version = '0.1.0'
s.version = '0.2.0'
s.summary = 'UITextField with multiple lines (or UITextView with placeholder)'

# This description is used to generate tags and improve search results.
Expand All @@ -26,7 +26,7 @@ This can be seen as a `UITextField` with multiple lines, but under the hood it i
DESC

s.homepage = 'https://github.com/rlaguilar/MultilineTextField'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.screenshots = 'https://raw.githubusercontent.com/rlaguilar/MultilineTextField/master/Example/img-multiple-lines.jpg', 'https://raw.githubusercontent.com/rlaguilar/MultilineTextField/master/Example/img-placeholder.jpg'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'rlaguilar' => 'rlac1990@gmail.com' }
s.source = { :git => 'https://github.com/rlaguilar/MultilineTextField.git', :tag => s.version.to_s }
Expand Down

0 comments on commit 6af2337

Please # to comment.