Skip to content

Commit 8a99c79

Browse files
committed
Update podspec to 1.2.0
1 parent ac2c306 commit 8a99c79

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

PlaceholderUITextView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'PlaceholderUITextView'
3-
s.version = '1.1.0'
3+
s.version = '1.2.0'
44
s.summary = 'A missing placeholder for UITextView.'
55

66
s.homepage = 'https://github.com/Hoangtaiki/PlaceholderUITextView'
@@ -12,5 +12,5 @@ Pod::Spec.new do |s|
1212

1313
s.source_files = 'Source/**/*.{swift,h}'
1414
s.ios.frameworks = 'UIKit', 'Foundation'
15-
s.swift_version = '4.2'
15+
s.swift_version = '5.0'
1616
end

0 commit comments

Comments
 (0)