Browse Source

Update Repo URL

xcbosa mbp16 2 years ago
parent
commit
f6ff610bdb
1 changed files with 2 additions and 3 deletions
  1. 2 3
      KeychainAccess.podspec

+ 2 - 3
KeychainAccess.podspec

@@ -16,11 +16,10 @@ Pod::Spec.new do |s|
                            - Works on both iOS & OS X
                            - watchOS and tvOS are also supported
                        DESC
-  s.homepage         = 'https://github.com/kishikawakatsumi/KeychainAccess'
-  s.screenshots      = 'https://raw.githubusercontent.com/kishikawakatsumi/KeychainAccess/master/Screenshots/01.png'
+  s.homepage         = 'https://git.forgetive.org/XCAppCollection/KeychainAccess'
   s.license          = 'MIT'
   s.author           = { 'kishikawa katsumi' => 'kishikawakatsumi@mac.com' }
-  s.source           = { :git => 'https://github.com/kishikawakatsumi/KeychainAccess.git', :tag => "v#{s.version}" }
+  s.source           = { :git => 'https://git.forgetive.org/XCAppCollection/KeychainAccess.git', :tag => "v#{s.version}" }
   s.social_media_url = 'https://twitter.com/k_katsumi'
 
   s.requires_arc = true