changes to podspec (url and ios-version)

This commit is contained in:
Hagen Hübel 2017-04-28 02:31:54 +02:00
parent ca540cb4ec
commit 389f20233a

View File

@ -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"