From b627646001e334ece89c49e0aa6bc403f496f8ce Mon Sep 17 00:00:00 2001 From: Dylan Vann Date: Mon, 9 Mar 2020 01:21:01 -0400 Subject: [PATCH] fix: Fixes podspec syntax. --- RNFastImage.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNFastImage.podspec b/RNFastImage.podspec index 504888e..0424545 100644 --- a/RNFastImage.podspec +++ b/RNFastImage.podspec @@ -12,7 +12,7 @@ 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", :tag => "v#{s.version} } + 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'