We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e43552 commit bc0dc22Copy full SHA for bc0dc22
AccordionMenuSwift.podspec
@@ -25,7 +25,7 @@ The best way of implement an accordion menu using an UITableView in Swift
25
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
26
s.license = { :type => 'MIT', :file => 'LICENSE' }
27
s.author = { 'Victor Sigler' => '[email protected]' }
28
- s.source = { :git => 'https://github.com/Vkt0r/AccordionMenuSwift.git', :tag => "v.#{s.version.to_s}" }
+ s.source = { :git => 'https://github.com/Vkt0r/AccordionMenuSwift.git', :tag => "v#{s.version.to_s}" }
29
s.social_media_url = 'https://twitter.com/Vkt0r'
30
31
s.ios.deployment_target = '8.0'
0 commit comments