Skip to content

Commit 5609145

Browse files
committed
Update .podspec
1 parent 2b530d9 commit 5609145

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.swift-version

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

NextGrowingTextView.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
Pod::Spec.new do |s|
22
s.name = "NextGrowingTextView"
3-
s.version = "1.4.1"
3+
s.version = "1.5.0"
44
s.summary = "The next in the generations of 'growing textviews' optimized for iOS 8 and above."
55
s.homepage = "https://github.com/muukii/NextGrowingTextView"
66
s.license = 'MIT'
77
s.author = { "muukii" => "[email protected]" }
88
s.source = { :git => "https://github.com/muukii/NextGrowingTextView.git", :tag => s.version.to_s }
9-
s.social_media_url = 'https://twitter.com/muukii0803'
9+
s.social_media_url = 'https://twitter.com/muukii_app'
1010

1111
s.platform = :ios, '8.0'
1212
s.requires_arc = true
13+
s.swift_version = "5.1"
1314

1415
s.source_files = 'NextGrowingTextView/**/*.swift'
1516
end

0 commit comments

Comments
 (0)