From 389f20233a25a03da0491f00fe385c78a1a6cfba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hagen=20H=C3=BCbel?= Date: Fri, 28 Apr 2017 02:31:54 +0200 Subject: [PATCH] changes to podspec (url and ios-version) --- RNFS.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RNFS.podspec b/RNFS.podspec index 46f5f59..096a871 100644 --- a/RNFS.podspec +++ b/RNFS.podspec @@ -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"