Skip to content

Commit

Permalink
Remove deprecated .swift-version
Browse files Browse the repository at this point in the history
Prepare for the new cocoapods version with Swift 5 support.
  • Loading branch information
Łukasz Śliwiński committed Apr 25, 2019
1 parent 28963a5 commit 44a3665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

3 changes: 2 additions & 1 deletion ParallaxView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Pod::Spec.new do |s|
s.summary = "Add parallax effect like in tvOS applications to any view."
s.requires_arc = true
s.license = "MIT"
s.version = "2.0.8"
s.version = "3.0.0"
s.swift_version = '5.0'
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "[Łukasz Śliwiński]" => "[lsliwinski@pgs-soft.com]" }
s.homepage = "https://github.com/PGSSoft/ParallaxView"
Expand Down

0 comments on commit 44a3665

Please sign in to comment.