Skip to content

Commit aa61c9d

Browse files
authored
Merge pull request #340 from buschco/podspec-version-pin
use version as tag for podspec
2 parents a02d33d + b102c24 commit aa61c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-blob-util.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.requires_arc = true
1111
s.license = 'MIT'
1212
s.homepage = 'n/a'
13-
s.source = { :git => "https://github.com/RonRadtke/react-native-blob-util" }
13+
s.source = { :git => "https://github.com/RonRadtke/react-native-blob-util", :tag => "v#{s.version.to_s}" }
1414
s.author = 'RonRadtke'
1515
s.source_files = 'ios/**/*.{h,m,mm,swift}'
1616
s.resource_bundles = {

0 commit comments

Comments
 (0)