3 Star 0 Fork 0

UnPourTous/react-native-custom-keyboard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
react-native-custom-keyboard.podspec 658 Bytes
一键复制 编辑 原始数据 按行查看 历史
haywoodfu 提交于 2017-04-11 15:38 . fix bug and Add Pod file
require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
Pod::Spec.new do |s|
s.name = "react-native-custom-keyboard"
s.version = package['version']
s.summary = package['description']
s.homepage = "https://github.com/reactnativecn/react-native-custom-keyboard.git"
s.license = package['license']
s.author = package['author']
s.source = { :git => "https://github.com/reactnativecn/react-native-custom-keyboard.git", :tag => "v#{s.version}" }
s.platform = :ios, "8.0"
s.preserve_paths = 'README.md', 'LICENSE', 'package.json', 'index.js'
s.source_files = "ios/*.{h,m}"
s.dependency 'React'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/UnPourTous/react-native-custom-keyboard.git
git@gitee.com:UnPourTous/react-native-custom-keyboard.git
UnPourTous
react-native-custom-keyboard
react-native-custom-keyboard
master

搜索帮助