diff --git a/DropDownMenuKit.podspec b/DropDownMenuKit.podspec index 907281c..b93df59 100644 --- a/DropDownMenuKit.podspec +++ b/DropDownMenuKit.podspec @@ -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"