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 618685f commit b102c24Copy full SHA for b102c24
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.platforms = { :ios => "11.0" }
0 commit comments