We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4bd05 commit b627646Copy full SHA for b627646
RNFastImage.podspec
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
s.platforms = { :ios => "8.0", :tvos => "9.0" }
13
s.framework = 'UIKit'
14
s.requires_arc = true
15
- 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}" }
16
s.source_files = "ios/**/*.{h,m}"
17
18
s.dependency 'React'
0 commit comments