Skip to content

Commit 30d9959

Browse files
committed
Fix missing git tag reference in podspec
1 parent f70e200 commit 30d9959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DropDownMenuKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.swift_version = "5.0"
1414
s.platform = :ios, "8.0"
1515

16-
s.source = { :git => "https://github.com/qmathe/DropDownMenuKit.git" }
16+
s.source = { :git => "https://github.com/qmathe/DropDownMenuKit.git", :tag => "0.9" }
1717
s.source_files = '*.swift', '*.{h,m}'
1818
s.public_header_files = "*.h"
1919
s.resources = "*.xcassets"

0 commit comments

Comments
 (0)