mirror of
https://github.com/status-im/react-native-fs.git
synced 2025-02-28 23:10:29 +00:00
changes to podspec (url and ios-version)
This commit is contained in:
parent
ca540cb4ec
commit
389f20233a
@ -5,12 +5,12 @@ Pod::Spec.new do |s|
|
|||||||
|
|
||||||
s.name = "RNFS"
|
s.name = "RNFS"
|
||||||
s.version = pjson["version"]
|
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.summary = pjson["description"]
|
||||||
s.license = pjson["license"]
|
s.license = pjson["license"]
|
||||||
s.author = { "Johannes Lumpe" => "johannes@lum.pe" }
|
s.author = { "Johannes Lumpe" => "johannes@lum.pe" }
|
||||||
s.platform = :ios, "7.0"
|
s.platform = :ios, "8.0"
|
||||||
s.source = { :git => "https://github.com/johanneslumpe/react-native-fs", :tag => "v#{s.version}" }
|
s.source = { :git => "https://github.com/itinance/react-native-fs", :tag => "v#{s.version}" }
|
||||||
s.source_files = '*.{h,m}'
|
s.source_files = '*.{h,m}'
|
||||||
s.preserve_paths = "**/*.js"
|
s.preserve_paths = "**/*.js"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user