We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a798113 commit 681006cCopy full SHA for 681006c
FlexibleInputStackBar.podspec
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
5
s.license = { :type => 'MIT', :file => 'LICENSE' }
6
s.homepage = "https://github.com/kzumu/FlexibleInputStackBar"
7
s.author = { "SOMTD" => "kazu.devapp[at]gmail.com" }
8
- s.source = { :git => "https://github.com/kzumu/FlexibleInputStackBar.git", :tag => spec.version.to_s }
+ s.source = { :git => "https://github.com/kzumu/FlexibleInputStackBar.git", :tag => spec.version }
9
s.platform = :ios, '9.0'
10
s.requires_arc = true
11
s.source_files = 'FlexibleInputStackBar/**/*.{swift}'
0 commit comments