diff --git a/.swift-version b/.swift-version deleted file mode 100644 index b502146..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -3.0.2 diff --git a/ParallaxView.podspec b/ParallaxView.podspec index abc1f76..9fc6bcc 100644 --- a/ParallaxView.podspec +++ b/ParallaxView.podspec @@ -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"