Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed Dec 19, 2020
1 parent 214fe1c commit 70a0a26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SPStorkController.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|

s.name = "SPStorkController"
s.version = "1.8.2"
s.version = "1.8.4"
s.summary = "Very similar to the controllers displayed in Apple Music, Podcasts and Mail Apple's applications."
s.homepage = "https://github.com/IvanVorobei/SPStorkController"
s.source = { :git => "https://github.com/IvanVorobei/SPStorkController.git", :tag => s.version }
s.homepage = "https://github.com/varabeis/SPStorkController"
s.source = { :git => "https://github.com/varabeis/SPStorkController.git", :tag => s.version }
s.license = { :type => "MIT", :file => "LICENSE" }

s.author = { "Ivan Vorobei" => "hello@ivanvorobei.by" }
Expand All @@ -14,6 +14,6 @@ Pod::Spec.new do |s|
s.swift_version = ['4.2', '5.0']
s.ios.deployment_target = "10.0"

s.source_files = "Source/SPStorkController/**/*.swift"
s.source_files = "Sources/SPStorkController/**/*.swift"

end

0 comments on commit 70a0a26

Please sign in to comment.