mirror of
https://github.com/status-im/react-native-fs.git
synced 2026-08-27 10:01:09 +00:00
changes to podspec (url and ios-version)
This commit is contained in:
+3
-3
@@ -5,12 +5,12 @@ Pod::Spec.new do |s|
|
||||
|
||||
s.name = "RNFS"
|
||||
s.version = pjson["version"]
|
||||
s.homepage = "https://github.com/johanneslumpe/react-native-fs"
|
||||
s.homepage = "https://github.com/itinance/react-native-fs"
|
||||
s.summary = pjson["description"]
|
||||
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 => "v#{s.version}" }
|
||||
s.platform = :ios, "8.0"
|
||||
s.source = { :git => "https://github.com/itinance/react-native-fs", :tag => "v#{s.version}" }
|
||||
s.source_files = '*.{h,m}'
|
||||
s.preserve_paths = "**/*.js"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user