Skip to content

Commit

Permalink
Update podspec to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangtaiki committed Apr 10, 2019
1 parent ac2c306 commit 8a99c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

4 changes: 2 additions & 2 deletions PlaceholderUITextView.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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

0 comments on commit 8a99c79

Please sign in to comment.