Skip to content

Commit

Permalink
Update .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Nov 2, 2019
1 parent 2b530d9 commit 5609145
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

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

s.platform = :ios, '8.0'
s.requires_arc = true
s.swift_version = "5.1"

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

0 comments on commit 5609145

Please sign in to comment.