1 Star 0 Fork 0

UnPourTous/react-native-permissions

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
RNPermissions.podspec 718 Bytes
一键复制 编辑 原始数据 按行查看 历史
require "json"
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
Pod::Spec.new do |s|
s.name = "RNPermissions"
s.version = package["version"]
s.license = package["license"]
s.summary = package["description"]
s.author = package["author"]
s.homepage = package["homepage"]
s.requires_arc = true
s.source = { :git => package["repository"]["url"], :tag => s.version }
s.source_files = "ios/*.{h,m,mm}"
if ENV['RCT_NEW_ARCH_ENABLED'] == "1" then
install_modules_dependencies(s)
s.platforms = { :ios => "12.4", :tvos => "12.4" }
else
s.dependency "React-Core"
s.platforms = { :ios => "10.0", :tvos => "11.0" }
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/UnPourTous/react-native-permissions.git
git@gitee.com:UnPourTous/react-native-permissions.git
UnPourTous
react-native-permissions
react-native-permissions
master

搜索帮助