Skip to content

Commit b627646

Browse files
committed
fix: Fixes podspec syntax.
1 parent 5d4bd05 commit b627646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNFastImage.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.platforms = { :ios => "8.0", :tvos => "9.0" }
1313
s.framework = 'UIKit'
1414
s.requires_arc = true
15-
s.source = { :git => "https://github.com/DylanVann/react-native-fast-image.git", :tag => "v#{s.version} }
15+
s.source = { :git => "https://github.com/DylanVann/react-native-fast-image.git", :tag => "v#{s.version}" }
1616
s.source_files = "ios/**/*.{h,m}"
1717

1818
s.dependency 'React'

0 commit comments

Comments
 (0)