doc: 更新仓库地址
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Zealot iOS SDK
|
||||
|
||||
[](https://travis-ci.org/getzealot/zealot-ios)
|
||||
[](https://travis-ci.org/tryzealot/zealot-ios)
|
||||
[](https://cocoapods.org/pods/Zealot)
|
||||
[](https://cocoapods.org/pods/Zealot)
|
||||
[](https://cocoapods.org/pods/Zealot)
|
||||
@@ -16,7 +16,7 @@ iOS 组件提供为 Zealot 检查新版本和安装的服务,支持 Swift 和
|
||||
> 未达到上线标准前暂不上 Cocoapods Specs
|
||||
|
||||
```ruby
|
||||
pod 'Zealot', :git => 'https://github.com/getzealot/zealot-ios.git', :branch => 'master'
|
||||
pod 'Zealot', :git => 'https://github.com/tryzealot/zealot-ios.git', :branch => 'master'
|
||||
```
|
||||
|
||||
保存后开始安装:
|
||||
|
||||
+2
-2
@@ -13,9 +13,9 @@ Pod::Spec.new do |s|
|
||||
s.homepage = 'https://zealot.ews.im'
|
||||
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
||||
s.author = { 'icyleaf' => 'icyleaf.cn@gmail.com' }
|
||||
s.source = { :git => 'https://github.com/getzealot/zealot-ios.git', :tag => s.version.to_s }
|
||||
s.source = { :git => 'https://github.com/tryzealot/zealot-ios.git', :tag => s.version.to_s }
|
||||
s.swift_version = '5.1'
|
||||
|
||||
|
||||
s.ios.deployment_target = '8.0'
|
||||
|
||||
s.source_files = 'Zealot/Classes/**/*.swift'
|
||||
|
||||
Reference in New Issue
Block a user