1 Star 0 Fork 0

MR03 / react-native-background-upload-patch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
react-native-background-upload.podspec 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
require "json"
json = File.read(File.join(__dir__, "package.json"))
package = JSON.parse(json).deep_symbolize_keys
Pod::Spec.new do |s|
s.name = package[:name]
s.version = package[:version]
s.license = { type: "MIT" }
s.homepage = "https://github.com/Vydia/react-native-background-upload"
s.authors = package[:author]
s.summary = package[:description]
s.source = { git: package[:repository][:url] }
s.source_files = "ios/*.{h,m}"
s.platform = :ios, "9.0"
s.dependency "React"
end
Java
1
https://gitee.com/mr03/react-native-background-upload-patch.git
git@gitee.com:mr03/react-native-background-upload-patch.git
mr03
react-native-background-upload-patch
react-native-background-upload-patch
master

搜索帮助