We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2498af5 commit 7483d78Copy full SHA for 7483d78
MatrixSDK.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "MatrixSDK"
4
- s.version = "0.26.4"
+ s.version = "0.26.4.5"
5
s.summary = "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)"
6
7
s.description = <<-DESC
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
s.author = { "matrix.org" => "[email protected]" }
18
s.social_media_url = "http://twitter.com/matrixdotorg"
19
20
- s.source = { :git => "https://github.com/matrix-org/matrix-ios-sdk.git", :tag => "v#{s.version}" }
+ s.source = { :git => "https://github.com/globekeeper/matrix-ios-sdk.git", :tag => "v#{s.version}" }
21
22
s.requires_arc = true
23
s.swift_versions = ['5.1', '5.2']
0 commit comments