Skip to content

Commit

Permalink
Add swift version to podspec and remove deprecated .swift-version file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Neveldine committed Mar 28, 2019
1 parent d181247 commit 776852f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

1 change: 1 addition & 0 deletions VSTwitterTextCounter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ s.version = '0.1.3'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.platform = :ios, "8.0"
s.ios.deployment_target = '8.0'
s.swift_version = '5.0'
s.authors = { 'Shady Elyaski' => '[email protected]' }
s.screenshots = 'https://raw.github.com/DynamicSignal/ios-twitter-text-counter/master/Example/Assets/sample.gif'
s.homepage = 'https://github.com/DynamicSignal/ios-twitter-text-counter'
Expand Down

0 comments on commit 776852f

Please sign in to comment.