Skip to content

Commit 70a0a26

Browse files
committed
Update version
1 parent 214fe1c commit 70a0a26

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

SPStorkController.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
22

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

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

17-
s.source_files = "Source/SPStorkController/**/*.swift"
17+
s.source_files = "Sources/SPStorkController/**/*.swift"
1818

1919
end

0 commit comments

Comments
 (0)