1 Star 0 Fork 0

UnPourTous/react-native-sound

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
RNSound.podspec 706 Bytes
一键复制 编辑 原始数据 按行查看 历史
require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
Pod::Spec.new do |s|
s.name = "RNSound"
s.version = package['version']
s.summary = package['description']
s.homepage = "https://github.com/zmxv/react-native-sound"
s.license = package['license']
s.author = package['author']
s.source = { :git => package['repository']['url'], :tag => "v#{s.version}" }
s.default_subspec = 'Core'
s.requires_arc = true
s.platform = :ios, "7.0"
s.dependency 'React/Core'
s.subspec 'Core' do |ss|
ss.source_files = "RNSound/*.{h,m}"
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/UnPourTous/react-native-sound.git
[email protected]:UnPourTous/react-native-sound.git
UnPourTous
react-native-sound
react-native-sound
master-hj

搜索帮助