We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f759f commit b15ef47Copy full SHA for b15ef47
1 file changed
ScrollStackController.podspec
@@ -1,13 +1,13 @@
1
Pod::Spec.new do |s|
2
s.name = "ScrollStackController"
3
- s.version = "1.0.0"
+ s.version = "1.0.1"
4
s.summary = "Create complex scrollable layout using UIViewController and simplify your code"
5
s.homepage = "https://github.com/malcommac/ScrollStackController"
6
s.license = { :type => "MIT", :file => "LICENSE" }
7
s.author = { "Daniele Margutti" => "hello@danielemargutti.com" }
8
s.social_media_url = "http://www.twitter.com/danielemargutti"
9
s.ios.deployment_target = "11.0"
10
- s.source = { :git => ".git", :tag => s.version.to_s }
+ s.source = { :git => "https://github.com/malcommac/ScrollStackController.git", :tag => s.version.to_s }
11
s.frameworks = "Foundation", "UIKit"
12
s.source_files = 'Sources/**/*.swift'
13
s.swift_versions = ['5.0', '5.1']
0 commit comments