We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a02d33d + b102c24 commit aa61c9dCopy full SHA for aa61c9d
react-native-blob-util.podspec
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
s.requires_arc = true
11
s.license = 'MIT'
12
s.homepage = 'n/a'
13
- s.source = { :git => "https://github.com/RonRadtke/react-native-blob-util" }
+ s.source = { :git => "https://github.com/RonRadtke/react-native-blob-util", :tag => "v#{s.version.to_s}" }
14
s.author = 'RonRadtke'
15
s.source_files = 'ios/**/*.{h,m,mm,swift}'
16
s.resource_bundles = {
0 commit comments