mirror of
https://github.com/status-im/react-native-fs.git
synced 2026-08-31 03:51:11 +00:00
fix adding RNFS with CocoaPods (#264)
`v` from version has to be removed due to Malformed version number error
This commit is contained in:
committed by
Ben Clayton
parent
07017bb142
commit
6ef5dae4c2
+1
-1
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
|
||||
s.license = pjson["license"]
|
||||
s.author = { "Johannes Lumpe" => "johannes@lum.pe" }
|
||||
s.platform = :ios, "7.0"
|
||||
s.source = { :git => "https://github.com/johanneslumpe/react-native-fs", :tag => "#{s.version}" }
|
||||
s.source = { :git => "https://github.com/johanneslumpe/react-native-fs", :tag => "v#{s.version}" }
|
||||
s.source_files = '*.{h,m}'
|
||||
s.preserve_paths = "**/*.js"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user