diff --git a/SwiftMatrixSDK.podspec b/SwiftMatrixSDK.podspec index 274666513c..eb5a8450f5 100644 --- a/SwiftMatrixSDK.podspec +++ b/SwiftMatrixSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SwiftMatrixSDK" - s.version = "0.7.9" + s.version = "0.8.0" s.summary = "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)" s.description = <<-DESC @@ -20,7 +20,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = "8.0" s.osx.deployment_target = "10.10" - s.source = { :git => "https://github.com/matrix-org/matrix-ios-sdk.git", :tag => "v0.7.9" } + s.source = { :git => "https://github.com/matrix-org/matrix-ios-sdk.git", :tag => "v0.8.0" } s.source_files = "MatrixSDK", "MatrixSDK/**/*.{h,m,swift}" s.exclude_files = "MatrixSDK/**/MXGoogleAnalytics.{h,m}" s.resources = "MatrixSDK/Data/Store/MXCoreDataStore/*.xcdatamodeld"