Skip to content

Commit 00232bf

Browse files
committed
Pod version 0.14.1 + fix tag naming
1 parent 6ad9dcf commit 00232bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QVRWeekView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'QVRWeekView'
11-
s.version = '0.14.0'
11+
s.version = '0.14.1'
1212
s.summary = 'QVRWeekView is a simple calendar week view with support for horizontal, vertical scrolling and zooming.'
1313
s.swift_version = '5'
1414

@@ -23,7 +23,7 @@ s.description = 'QVRWeekView is a framework which provides a calendar view
2323
s.homepage = 'https://github.com/Quivr/iOS-Week-View'
2424
s.license = { :type => 'MIT', :file => 'LICENSE' }
2525
s.author = { 'Reinert' => 'reilemx@gmail.com' }
26-
s.source = { :git => 'https://github.com/Quivr/iOS-Week-View.git', :tag => s.version.to_s }
26+
s.source = { :git => 'https://github.com/Quivr/iOS-Week-View.git', :tag => 'v' + s.version.to_s }
2727

2828
s.ios.deployment_target = '9.0'
2929

0 commit comments

Comments
 (0)