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 f70e200 commit 30d9959Copy full SHA for 30d9959
DropDownMenuKit.podspec
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
s.swift_version = "5.0"
14
s.platform = :ios, "8.0"
15
16
- s.source = { :git => "https://github.com/qmathe/DropDownMenuKit.git" }
+ s.source = { :git => "https://github.com/qmathe/DropDownMenuKit.git", :tag => "0.9" }
17
s.source_files = '*.swift', '*.{h,m}'
18
s.public_header_files = "*.h"
19
s.resources = "*.xcassets"
0 commit comments