2 Star 35 Fork 5

邓伟彬 / react-native-baidu-asr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
react-native-baidu-asr.podspec 939 Bytes
一键复制 编辑 原始数据 按行查看 历史
邓伟彬 提交于 2021-05-10 15:02 . init
# react-native-baidu-asr.podspec
require "json"
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
Pod::Spec.new do |s|
s.name = "react-native-baidu-asr"
s.version = package["version"]
s.summary = package["description"]
s.description = <<-DESC
react-native-baidu-asr
DESC
s.homepage = "https://github.com/gdoudeng/react-native-baidu-asr"
# brief license entry:
s.license = "MIT"
# optional - use expanded license entry instead:
# s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { "DengWeibin" => "dengweibin@beemango.cn" }
s.platforms = { :ios => "9.0" }
s.source = { :git => "https://github.com/gdoudeng/react-native-baidu-asr.git", :tag => "#{s.version}" }
s.source_files = "ios/**/*.{h,c,cc,cpp,m,mm,swift}"
s.requires_arc = true
s.dependency "React"
# ...
# s.dependency "..."
end
Java
1
https://gitee.com/gdoudeng/react-native-baidu-asr.git
git@gitee.com:gdoudeng/react-native-baidu-asr.git
gdoudeng
react-native-baidu-asr
react-native-baidu-asr
master

搜索帮助