1 Star 0 Fork 2

Louis Chan/rntpc_ios

forked from OpenHarmony-SIG/rntpc_ios
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
RNCPushNotificationIOS.podspec 673 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jesse Katsumata 提交于 2020-10-24 13:56 +08:00 . Chore/specify minimum version (#204)
require "json"
package = JSON.parse(File.read(File.join(File.dirname(__FILE__), "package.json")))
Pod::Spec.new do |s|
# NPM package specification
s.name = 'RNCPushNotificationIOS'
s.version = package['version']
s.summary = package['description']
s.description = package['description']
s.license = package['license']
s.author = package['author']
s.homepage = package['homepage']
s.source = { :git => "https://github.com/react-native-community/push-notification-ios", :tag => "v#{s.version}" }
s.source_files = "ios/*.{h,m}"
s.platform = :ios, "10.0"
s.dependency "React-Core"
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Louis-C7/rntpc_ios.git
git@gitee.com:Louis-C7/rntpc_ios.git
Louis-C7
rntpc_ios
rntpc_ios
master

搜索帮助