1 Star 0 Fork 0

Stephen/react-native-keyboard-view

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
RNKeyboardView.podspec 565 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jason 提交于 2019-09-23 16:30 . Update RNKeyboardView.podspec
require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
Pod::Spec.new do |s|
s.name = 'RNKeyboardView'
s.version = package['version']
s.summary = package['description']
s.license = package['license']
s.authors = package['author']
s.homepage = package['homepage']
s.source = { :git => 'https://github.com/fenglu09/react-native-keyboard-view.git', :tag => s.version }
s.ios.deployment_target = '8.0'
s.source_files = 'ios/**/*.{h,m,mm}'
s.dependency 'React'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/yaojinye/react-native-keyboard-view.git
git@gitee.com:yaojinye/react-native-keyboard-view.git
yaojinye
react-native-keyboard-view
react-native-keyboard-view
master

搜索帮助