diff --git a/iOSLibs/IOHKAES/IOHKAES.podspec b/iOSLibs/IOHKAES/IOHKAES.podspec index 0911a95a9..d454c5a07 100644 --- a/iOSLibs/IOHKAES/IOHKAES.podspec +++ b/iOSLibs/IOHKAES/IOHKAES.podspec @@ -24,7 +24,7 @@ Pod::Spec.new do |s| s.license = 'MIT' s.homepage = 'https://github.com/input-output-hk/atala-prism-apollo' s.author = { 'Ahmed Moussa' => 'moussa.ahmed95@gmail.com' } - s.source = { :git => 'https://github.com/git@github.com:hyperledger/identus-apollo.git', :tag => s.version.to_s } + s.source = { :git => 'git+https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s } s.swift_version = '5.7' s.cocoapods_version = '>= 1.10.0' # s.social_media_url = 'https://twitter.com/' diff --git a/iOSLibs/IOHKCryptoKit/IOHKCryptoKit.podspec b/iOSLibs/IOHKCryptoKit/IOHKCryptoKit.podspec index 54081029a..f71ba533d 100644 --- a/iOSLibs/IOHKCryptoKit/IOHKCryptoKit.podspec +++ b/iOSLibs/IOHKCryptoKit/IOHKCryptoKit.podspec @@ -23,7 +23,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/input-output-hk/atala-prism-apollo' s.author = { 'Gonçalo Frade' => 'goncalo.frade@iohk.io' } - s.source = { :git => 'https://github.com/git@github.com:hyperledger/identus-apollo.git', :tag => s.version.to_s } + s.source = { :git => 'git+https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s } s.swift_version = '5.7' s.cocoapods_version = '>= 1.10.0' diff --git a/iOSLibs/IOHKRSA/IOHKRSA.podspec b/iOSLibs/IOHKRSA/IOHKRSA.podspec index fc1a21821..efbfb35df 100644 --- a/iOSLibs/IOHKRSA/IOHKRSA.podspec +++ b/iOSLibs/IOHKRSA/IOHKRSA.podspec @@ -24,7 +24,7 @@ Pod::Spec.new do |s| s.license = 'MIT' s.homepage = 'https://github.com/input-output-hk/atala-prism-apollo' s.author = { 'Ahmed Moussa' => 'moussa.ahmed95@gmail.com' } - s.source = { :git => 'https://github.com/git@github.com:hyperledger/identus-apollo.git', :tag => s.version.to_s } + s.source = { :git => 'git+https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s } s.swift_version = '5.7' s.cocoapods_version = '>= 1.10.0' # s.social_media_url = 'https://twitter.com/' diff --git a/iOSLibs/IOHKSecureRandomGeneration/IOHKSecureRandomGeneration.podspec b/iOSLibs/IOHKSecureRandomGeneration/IOHKSecureRandomGeneration.podspec index 6bf27583c..be5974ea7 100644 --- a/iOSLibs/IOHKSecureRandomGeneration/IOHKSecureRandomGeneration.podspec +++ b/iOSLibs/IOHKSecureRandomGeneration/IOHKSecureRandomGeneration.podspec @@ -23,7 +23,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/input-output-hk/atala-prism-apollo' s.author = { 'Ahmed Moussa' => 'moussa.ahmed95@gmail.com' } - s.source = { :git => 'https://github.com/git@github.com:hyperledger/identus-apollo.git', :tag => s.version.to_s } + s.source = { :git => 'git+https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s } s.swift_version = '5.7' s.cocoapods_version = '>= 1.10.0' # s.social_media_url = 'https://twitter.com/' diff --git a/package.json b/package.json index 8fe936550..bfd4d1e43 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/git@github.com:hyperledger/identus-apollo.git" + "url": "git+git+https://github.com/hyperledger/identus-apollo.git" }, "author": "IOG", "license": "ISC",