diff --git a/RNFastImage.podspec b/RNFastImage.podspec index 399a93e..504888e 100644 --- a/RNFastImage.podspec +++ b/RNFastImage.podspec @@ -12,10 +12,10 @@ Pod::Spec.new do |s| s.platforms = { :ios => "8.0", :tvos => "9.0" } s.framework = 'UIKit' s.requires_arc = true - s.source = { :git => "https://github.com/DylanVann/react-native-fast-image.git" } + s.source = { :git => "https://github.com/DylanVann/react-native-fast-image.git", :tag => "v#{s.version} } s.source_files = "ios/**/*.{h,m}" s.dependency 'React' s.dependency 'SDWebImage', '~> 5.0' s.dependency 'SDWebImageWebPCoder', '~> 0.2.3' -end \ No newline at end of file +end