Skip to content

Commit b15ef47

Browse files
committed
Fix podspec url
1 parent d7f759f commit b15ef47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ScrollStackController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "ScrollStackController"
3-
s.version = "1.0.0"
3+
s.version = "1.0.1"
44
s.summary = "Create complex scrollable layout using UIViewController and simplify your code"
55
s.homepage = "https://github.com/malcommac/ScrollStackController"
66
s.license = { :type => "MIT", :file => "LICENSE" }
77
s.author = { "Daniele Margutti" => "[email protected]" }
88
s.social_media_url = "http://www.twitter.com/danielemargutti"
99
s.ios.deployment_target = "11.0"
10-
s.source = { :git => ".git", :tag => s.version.to_s }
10+
s.source = { :git => "https://github.com/malcommac/ScrollStackController.git", :tag => s.version.to_s }
1111
s.frameworks = "Foundation", "UIKit"
1212
s.source_files = 'Sources/**/*.swift'
1313
s.swift_versions = ['5.0', '5.1']

0 commit comments

Comments
 (0)