1 Star 0 Fork 0

AppGallery Connect/agc-reactnative-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
RNAGCApplinking.podspec 848 Bytes
一键复制 编辑 原始数据 按行查看 历史
ENV['SWIFT_VERSION'] = '5'
require "json"
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
Pod::Spec.new do |s|
s.name = "RNAGCApplinking"
s.version = package["version"]
s.summary = package["description"]
s.description = <<-DESC
RNAGCApplinking
DESC
s.homepage = "https://developer.huawei.com/consumer/en/agconnect"
# brief license entry:
s.license = package["license"]
s.platforms = { :ios => "9.0" }
s.authors = { "Huawei AGConnect" => "agconnect@huawei.com" }
s.source = { :git => "", :tag => "#{s.version}" }
s.source_files = "ios/**/*.{h,c,m,swift}"
s.requires_arc = true
s.static_framework = true
s.dependency "React"
# Huawei AGConnectAppLinking Kit SDK
s.dependency "AGConnectAppLinking", "1.9.0.300"
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/appgallery_connect/agc-reactnative-plugin.git
git@gitee.com:appgallery_connect/agc-reactnative-plugin.git
appgallery_connect
agc-reactnative-plugin
agc-reactnative-plugin
master

搜索帮助