1 Star 0 Fork 1

Rays/react-native-i18n

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
RNI18n.podspec 702 Bytes
一键复制 编辑 原始数据 按行查看 历史
require "json"
version = JSON.parse(File.read("package.json"))["version"]
Pod::Spec.new do |s|
s.name = "RNI18n"
s.version = version
s.description = "Provide I18n to your React Native application"
s.homepage = "https://github.com/AlexanderZaytsev/react-native-i18n"
s.summary = "React Native + i18n.js"
s.license = "MIT"
s.author = { "Alexander Zaytsev" => "alexander@say26.com" }
s.ios.deployment_target = "7.0"
s.tvos.deployment_target = "9.0"
s.source = { git: "https://github.com/AlexanderZaytsev/react-native-i18n.git", tag: "v" + s.version.to_s }
s.source_files = "ios/**/*.{h,m}"
s.requires_arc = true
s.dependency "React"
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rayslei/react-native-i18n.git
git@gitee.com:rayslei/react-native-i18n.git
rayslei
react-native-i18n
react-native-i18n
master

搜索帮助