1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/gdoudeng-react-native-baidu-asr

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
react-native-baidu-asr.podspec 939
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
邓伟彬 Отправлено 10.05.2021 10:02 ce4a919
# 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

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/gdoudeng-react-native-baidu-asr.git
git@api.gitlife.ru:oschina-mirror/gdoudeng-react-native-baidu-asr.git
oschina-mirror
gdoudeng-react-native-baidu-asr
gdoudeng-react-native-baidu-asr
master