Skip to content

Commit

Permalink
version ++
Browse files Browse the repository at this point in the history
  • Loading branch information
giomfo committed Jan 19, 2017
2 parents f3bcc7a + 4dfd749 commit 5514da2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions MatrixKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MatrixKit"
s.version = "0.4.4"
s.version = "0.4.5"
s.summary = "The Matrix reusable UI library for iOS based on MatrixSDK."

s.description = <<-DESC
Expand All @@ -17,13 +17,13 @@ Pod::Spec.new do |s|

s.platform = :ios, "7.0"

s.source = { :git => "https://github.com/matrix-org/matrix-ios-kit.git", :tag => "v0.4.4" }
s.source = { :git => "https://github.com/matrix-org/matrix-ios-kit.git", :tag => "v0.4.5" }
s.source_files = "MatrixKit", "MatrixKit/**/*.{h,m}"
s.resources = "MatrixKit/**/*.{xib}", "MatrixKit/Assets/MatrixKitAssets.bundle"

s.requires_arc = true

s.dependency 'MatrixSDK', '0.7.4'
s.dependency 'MatrixSDK', '0.7.5'
s.dependency 'HPGrowingTextView', '~> 1.1'
s.dependency 'libPhoneNumber-iOS', '~> 0.8.14'
s.dependency 'DTCoreText', '~> 1.6.17'
Expand Down
2 changes: 1 addition & 1 deletion MatrixKit/Utils/MXKConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

#import "MXKConstants.h"

NSString *const MatrixKitVersion = @"0.4.4";
NSString *const MatrixKitVersion = @"0.4.5";

NSString *const kMXKErrorNotification = @"kMXKErrorNotification";
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target "MatrixKitSample" do

# Different flavours of pods to Matrix SDK
# The tagged version on which this version of MatrixKit has been built
pod 'MatrixSDK', '0.7.4'
pod 'MatrixSDK', '0.7.5'

# The lastest release available on the CocoaPods repository
#pod 'MatrixSDK'
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PODS:
- JSQSystemSoundPlayer (~> 2.0.1)
- JSQSystemSoundPlayer (2.0.1)
- libPhoneNumber-iOS (0.8.17)
- MatrixSDK (0.7.4):
- MatrixSDK (0.7.5):
- AFNetworking (~> 3.1.0)

DEPENDENCIES:
Expand All @@ -46,7 +46,7 @@ DEPENDENCIES:
- HPGrowingTextView (~> 1.1)
- JSQMessagesViewController (~> 7.2.0)
- libPhoneNumber-iOS (~> 0.8.14)
- MatrixSDK (= 0.7.4)
- MatrixSDK (= 0.7.5)

SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
Expand All @@ -57,8 +57,8 @@ SPEC CHECKSUMS:
JSQMessagesViewController: 73cab48aa92fc2d512f3b6724f3425cc47a19eb5
JSQSystemSoundPlayer: c5850e77a4363ffd374cd851154b9af93264ed8d
libPhoneNumber-iOS: 9f083847f8cb9b81064cff2ed2c98cbf18d9f9f2
MatrixSDK: 976151c80f9eab8e6fd17ebdd7b453f2525c3db1
MatrixSDK: 107ae9929e50a77ee7efeb0e7413a178d8ba7932

PODFILE CHECKSUM: 55b534ccf2b0025d10bf18f137af2a094b65fa97
PODFILE CHECKSUM: 55b57985f3a285c4e95f5f248ceea79f8d7a2d05

COCOAPODS: 1.1.1

0 comments on commit 5514da2

Please sign in to comment.