Skip to content

Commit

Permalink
version ++
Browse files Browse the repository at this point in the history
  • Loading branch information
giomfo committed Oct 27, 2017
1 parent e5be4c6 commit 6ec739b
Showing 1 changed file with 2 additions and 2 deletions.
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.0"
s.version = "0.10.1"
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.0" }
s.source = { :git => "https://github.com/matrix-org/matrix-ios-sdk.git", :tag => "v0.10.1" }
s.source_files = "MatrixSDK", "MatrixSDK/**/*.{h,m,swift}"
s.exclude_files = "MatrixSDK/**/MXGoogleAnalytics.{h,m}"
s.resources = "MatrixSDK/Data/Store/MXCoreDataStore/*.xcdatamodeld"
Expand Down

0 comments on commit 6ec739b

Please sign in to comment.