Skip to content

Commit

Permalink
update++
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed Apr 20, 2018
1 parent 362de47 commit dcdf7b7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions MatrixSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MatrixSDK"
s.version = "0.10.7"
s.version = "0.10.8"
s.summary = "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)"

s.description = <<-DESC
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.author = { "matrix.org" => "support@matrix.org" }
s.social_media_url = "http://twitter.com/matrixdotorg"

s.source = { :git => "https://github.com/matrix-org/matrix-ios-sdk.git", :tag => "v0.10.7" }
s.source = { :git => "https://github.com/matrix-org/matrix-ios-sdk.git", :tag => "v0.10.8" }

s.requires_arc = true

Expand Down
2 changes: 1 addition & 1 deletion MatrixSDK/MXSession.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

#pragma mark - Constants definitions

const NSString *MatrixSDKVersion = @"0.10.7";
const NSString *MatrixSDKVersion = @"0.10.8";
NSString *const kMXSessionStateDidChangeNotification = @"kMXSessionStateDidChangeNotification";
NSString *const kMXSessionNewRoomNotification = @"kMXSessionNewRoomNotification";
NSString *const kMXSessionWillLeaveRoomNotification = @"kMXSessionWillLeaveRoomNotification";
Expand Down
12 changes: 6 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@ PODS:
- OLMKit/olmcpp (= 2.2.2)
- OLMKit/olmc (2.2.2)
- OLMKit/olmcpp (2.2.2)
- Realm (3.1.1):
- Realm/Headers (= 3.1.1)
- Realm/Headers (3.1.1)
- Realm (3.3.2):
- Realm/Headers (= 3.3.2)
- Realm/Headers (3.3.2)

DEPENDENCIES:
- AFNetworking (~> 3.2.0)
- GZIP (~> 1.2.1)
- OLMKit
- Realm (~> 3.1.0)
- Realm (~> 3.3.2)

SPEC CHECKSUMS:
AFNetworking: 8ac6017b94ea105479f7776e5288e48ae9c59bb4
GZIP: 7ee835f989fb3c6ea79005fc90b8fa6af710a70d
OLMKit: b9d8c0ffee9ea8c45bc0aaa9afb47f93fba7efbd
Realm: 42d1c38a5b1bbcc828b48a7ce702cb86fc68adf4
Realm: d927fbf66df5532cfafc08afb5f7e53ded37b894

PODFILE CHECKSUM: 3f3f15b59fddc8a27f4c70bef68df2ea52cd0287
PODFILE CHECKSUM: 55ff667f189922ce659ced1a61618428dbc519d5

COCOAPODS: 1.4.0
4 changes: 2 additions & 2 deletions SwiftMatrixSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SwiftMatrixSDK"
s.version = "0.10.7"
s.version = "0.10.8"
s.summary = "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)"

s.description = <<-DESC
Expand All @@ -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.10.7" }
s.source = { :git => "https://github.com/matrix-org/matrix-ios-sdk.git", :tag => "v0.10.8" }
s.source_files = "MatrixSDK", "MatrixSDK/**/*.{h,m,swift}"

s.requires_arc = true
Expand Down

0 comments on commit dcdf7b7

Please sign in to comment.