Skip to content

Commit

Permalink
Update Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
giomfo committed Jun 4, 2016
1 parent 8539505 commit 2570d83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ target "Vector" do

# Different flavours of pods to MatrixKit
# The tagged version on which this version of Console has been built
#pod 'MatrixKit', '~> 0.3.9'
pod 'MatrixKit', '~> 0.3.9'

# The lastest release available on the CocoaPods repository
#pod 'MatrixKit'

# The develop branch version
pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop'
pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'develop'
#pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop'
#pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'develop'

# The one used for developping both MatrixSDK and MatrixKit
# Note that MatrixSDK must be cloned into a folder called matrix-ios-sdk next to the MatrixKit folder
Expand Down
19 changes: 1 addition & 18 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,7 @@ PODS:
DEPENDENCIES:
- GBDeviceInfo (~> 3.4.0)
- GoogleAnalytics
- MatrixKit (from `https://github.com/matrix-org/matrix-ios-kit.git`, branch `develop`)
- MatrixSDK (from `https://github.com/matrix-org/matrix-ios-sdk.git`, branch `develop`)

EXTERNAL SOURCES:
MatrixKit:
:branch: develop
:git: https://github.com/matrix-org/matrix-ios-kit.git
MatrixSDK:
:branch: develop
:git: https://github.com/matrix-org/matrix-ios-sdk.git

CHECKOUT OPTIONS:
MatrixKit:
:commit: d480f21af49c9426755b5b6812aab276bd07f32d
:git: https://github.com/matrix-org/matrix-ios-kit.git
MatrixSDK:
:commit: cfd8ecefbb052616c98b98126da0ef666188dc56
:git: https://github.com/matrix-org/matrix-ios-sdk.git
- MatrixKit (~> 0.3.9)

SPEC CHECKSUMS:
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
Expand Down

0 comments on commit 2570d83

Please sign in to comment.