chore: update podspec & PUBLISH.md with actual Gogs repo URLs
这个提交包含在:
父节点
681850af38
当前提交
ec6bfb0633
@ -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'
|
||||
|
||||
正在加载...
在新工单中引用
屏蔽一个用户