Skip to content

Commit 7483d78

Browse files
Update podspec
1 parent 2498af5 commit 7483d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MatrixSDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "MatrixSDK"
4-
s.version = "0.26.4"
4+
s.version = "0.26.4.5"
55
s.summary = "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)"
66

77
s.description = <<-DESC
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.author = { "matrix.org" => "[email protected]" }
1818
s.social_media_url = "http://twitter.com/matrixdotorg"
1919

20-
s.source = { :git => "https://github.com/matrix-org/matrix-ios-sdk.git", :tag => "v#{s.version}" }
20+
s.source = { :git => "https://github.com/globekeeper/matrix-ios-sdk.git", :tag => "v#{s.version}" }
2121

2222
s.requires_arc = true
2323
s.swift_versions = ['5.1', '5.2']

0 commit comments

Comments
 (0)