Quellcode durchsuchen

Redeploy to CocoaPods to fix the readme

Evgenii Neumerzhitckii vor 8 Jahren
Ursprung
Commit
4ec47f5195
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      KeychainSwift.podspec

+ 4 - 4
KeychainSwift.podspec

@@ -1,8 +1,8 @@
 Pod::Spec.new do |s|
   s.name        = "KeychainSwift"
-  s.version     = "9.0.1"
+  s.version     = "9.0.2"
   s.license     = { :type => "MIT" }
-  s.homepage    = "https://github.com/marketplacer/keychain-swift"
+  s.homepage    = "https://github.com/evgenyneu/keychain-swift"
   s.summary     = "A library for saving text and data in the Keychain with Swift."
   s.description = <<-DESC
                 This is a collection of helper functions for saving text and data in the Keychain.
@@ -12,8 +12,8 @@ Pod::Spec.new do |s|
                 * Limit operations to a specific access group.
                 DESC
   s.authors     = { "Evgenii Neumerzhitckii" => "sausageskin@gmail.com" }
-  s.source      = { :git => "https://github.com/marketplacer/keychain-swift.git", :tag => s.version }
-  s.screenshots  = "https://raw.githubusercontent.com/marketplacer/keychain-swift/master/graphics/keychain-swift-demo-3.png"
+  s.source      = { :git => "https://github.com/evgenyneu/keychain-swift.git", :tag => s.version }
+  s.screenshots  = "https://raw.githubusercontent.com/evgenyneu/keychain-swift/master/graphics/keychain-swift-demo-3.png"
   s.source_files = "Sources/*.swift"
   s.ios.deployment_target = "8.0"
   s.osx.deployment_target = "10.10"