chore: update podspec & PUBLISH.md with actual Gogs repo URLs

这个提交包含在:
XuqmGroup 2026-04-21 22:09:27 +08:00
父节点 681850af38
当前提交 ec6bfb0633
共有 2 个文件被更改,包括 4 次插入4 次删除

查看文件

@ -6,7 +6,7 @@
```bash
# 在 GitLab/GitHub 创建一个空仓库,例如 xuqm-specs
pod repo add xuqm-specs https://your-git-host.com/xuqm/xuqm-specs.git
pod repo add xuqm-specs https://xuqinmin.com/xuqinmin12/xuqm-specs.git
```
### 2. 发版步骤
@ -28,7 +28,7 @@ pod repo push xuqm-specs XuqmSDK.podspec --allow-warnings
```ruby
# Podfile
source 'https://your-git-host.com/xuqm/xuqm-specs.git'
source 'https://xuqinmin.com/xuqinmin12/xuqm-specs.git'
source 'https://cdn.cocoapods.org/'
pod 'XuqmSDK', '~> 0.1.0'

查看文件

@ -2,10 +2,10 @@ Pod::Spec.new do |s|
s.name = 'XuqmSDK'
s.version = '0.1.0'
s.summary = 'XuqmGroup iOS SDK — IM, Push Notifications, Version Management'
s.homepage = 'https://github.com/xuqinmin/XuqmGroup-iOSSDK'
s.homepage = 'https://xuqinmin.com/xuqinmin12/XuqmGroup-iOSSDK'
s.license = { :type => 'MIT' }
s.author = { 'XuqmGroup' => 'dev@xuqm.com' }
s.source = { :git => 'https://github.com/xuqinmin/XuqmGroup-iOSSDK.git', :tag => s.version.to_s }
s.source = { :git => 'https://xuqinmin.com/xuqinmin12/XuqmGroup-iOSSDK.git', :tag => s.version.to_s }
s.ios.deployment_target = '16.0'
s.swift_version = '5.9'
s.source_files = 'Sources/XuqmSDK/**/*.swift'