Skip to content

Commit

Permalink
Fix missing git tag reference in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
qmathe committed May 16, 2019
1 parent f70e200 commit 30d9959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DropDownMenuKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.swift_version = "5.0"
s.platform = :ios, "8.0"

s.source = { :git => "https://github.com/qmathe/DropDownMenuKit.git" }
s.source = { :git => "https://github.com/qmathe/DropDownMenuKit.git", :tag => "0.9" }
s.source_files = '*.swift', '*.{h,m}'
s.public_header_files = "*.h"
s.resources = "*.xcassets"
Expand Down

0 comments on commit 30d9959

Please sign in to comment.