From 8a99c79ca3e614ad4be09d3c0dde605fc2b9139c Mon Sep 17 00:00:00 2001 From: Harry Tran Date: Thu, 11 Apr 2019 00:42:57 +0700 Subject: [PATCH] Update podspec to 1.2.0 --- .swift-version | 1 - PlaceholderUITextView.podspec | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100755 .swift-version diff --git a/.swift-version b/.swift-version deleted file mode 100755 index bf77d54..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -4.2 diff --git a/PlaceholderUITextView.podspec b/PlaceholderUITextView.podspec index 72ba905..4d83d30 100644 --- a/PlaceholderUITextView.podspec +++ b/PlaceholderUITextView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PlaceholderUITextView' - s.version = '1.1.0' + s.version = '1.2.0' s.summary = 'A missing placeholder for UITextView.' s.homepage = 'https://github.com/Hoangtaiki/PlaceholderUITextView' @@ -12,5 +12,5 @@ Pod::Spec.new do |s| s.source_files = 'Source/**/*.{swift,h}' s.ios.frameworks = 'UIKit', 'Foundation' - s.swift_version = '4.2' + s.swift_version = '5.0' end