From 6af23376ad5c1f7f8850c0ab35509aa41c19c476 Mon Sep 17 00:00:00 2001 From: Reynaldo Aguilar Date: Thu, 12 Oct 2017 11:00:32 -0400 Subject: [PATCH] Create 0.2.0 release --- MultilineTextField.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MultilineTextField.podspec b/MultilineTextField.podspec index 00c512a..349094a 100644 --- a/MultilineTextField.podspec +++ b/MultilineTextField.podspec @@ -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. @@ -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 }