Skip to content

Commit

Permalink
Update CocoaPods dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietro Caselani committed Dec 16, 2019
1 parent 72c4089 commit 776cc29
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 66 deletions.
16 changes: 8 additions & 8 deletions Podfile
@@ -1,8 +1,8 @@
source 'https://github.com/CocoaPods/Specs.git'

RX_SWIFT_VERSION = '5.0.1'.freeze
SNAPKIT_VERSION = '5.0.0'.freeze
MOYA_VERSION = '14.0.0-alpha.1'.freeze
SNAPKIT_VERSION = '5.0.1'.freeze
MOYA_VERSION = '14.0.0-beta.6'.freeze
OSX_VERSION = '10.12'.freeze
IOS_VERSION = '10.0'.freeze

Expand All @@ -17,27 +17,27 @@ end

def ios_pods
common_pods
pod 'Kingfisher', '5.5.0'
pod 'Kingfisher', '5.12.0'
pod 'RxCocoa', git: 'https://github.com/ReactiveX/RxSwift.git', tag: RX_SWIFT_VERSION
pod 'ActionSheetPicker-3.0', '2.3.0'
pod 'Tabman', '2.4.2'
pod 'Tabman', '2.6.3'
pod 'SnapKit', SNAPKIT_VERSION
pod 'RxDataSources', '4.0.1'
pod 'Bugsnag'
end

def persistence_pods
pod 'RxRealm', '1.0.0'
pod 'RealmSwift', '3.15.0'
pod 'RxRealm', '2.0.0'
pod 'RealmSwift', '4.1.1'
end

def tests_shared_pods
pod 'RxTest', git: 'https://github.com/ReactiveX/RxSwift.git', tag: RX_SWIFT_VERSION
pod 'Nimble', '8.0.1'
pod 'Nimble', '8.0.4'
end

def ui_tests_pods
pod 'KIF', '3.7.7', configurations: ['Debug']
pod 'KIF', '3.7.8', configurations: ['Debug']
end

target 'CouchTrackerCore' do
Expand Down
114 changes: 56 additions & 58 deletions Podfile.lock
@@ -1,65 +1,65 @@
PODS:
- ActionSheetPicker-3.0 (2.3.0)
- Alamofire (4.8.2)
- AutoInsetter (1.7.1)
- Bugsnag (5.20.0)
- Alamofire (5.0.0-rc.3)
- AutoInsetter (1.8.0)
- Bugsnag (5.23.0)
- Differentiator (4.0.1)
- KIF (3.7.7):
- KIF/Core (= 3.7.7)
- KIF/Core (3.7.7)
- Kingfisher (5.5.0)
- Moya/Core (14.0.0-alpha.1):
- Alamofire (~> 4.1)
- Result (~> 4.1)
- Moya/RxSwift (14.0.0-alpha.1):
- KIF (3.7.8):
- KIF/Core (= 3.7.8)
- KIF/Core (3.7.8)
- Kingfisher (5.12.0):
- Kingfisher/Core (= 5.12.0)
- Kingfisher/Core (5.12.0)
- Moya/Core (14.0.0-beta.6):
- Alamofire (= 5.0.0-rc.3)
- Moya/RxSwift (14.0.0-beta.6):
- Moya/Core
- RxSwift (~> 5.0)
- Nimble (8.0.1)
- Pageboy (3.2.2)
- Realm (3.15.0):
- Realm/Headers (= 3.15.0)
- Realm/Headers (3.15.0)
- RealmSwift (3.15.0):
- Realm (= 3.15.0)
- Result (4.1.0)
- Nimble (8.0.4)
- Pageboy (3.5.0)
- Realm (4.1.1):
- Realm/Headers (= 4.1.1)
- Realm/Headers (4.1.1)
- RealmSwift (4.1.1):
- Realm (= 4.1.1)
- RxCocoa (5.0.1):
- RxRelay (~> 5)
- RxSwift (~> 5)
- RxDataSources (4.0.1):
- Differentiator (~> 4.0)
- RxCocoa (~> 5.0)
- RxSwift (~> 5.0)
- RxRealm (1.0.0):
- RealmSwift (~> 3.14)
- RxRealm (2.0.0):
- RealmSwift (~> 4.0)
- RxSwift (~> 5.0)
- RxRelay (5.0.0):
- RxRelay (5.0.1):
- RxSwift (~> 5)
- RxSwift (5.0.1)
- RxTest (5.0.1):
- RxSwift (~> 5)
- SnapKit (5.0.0)
- Tabman (2.4.2):
- AutoInsetter (~> 1.7)
- Pageboy (~> 3.2)
- SnapKit (5.0.1)
- Tabman (2.6.3):
- AutoInsetter (~> 1.8.0)
- Pageboy (~> 3.5.0)

DEPENDENCIES:
- ActionSheetPicker-3.0 (= 2.3.0)
- Bugsnag
- KIF (= 3.7.7)
- Kingfisher (= 5.5.0)
- Moya/RxSwift (from `https://github.com/Moya/Moya.git`, tag `14.0.0-alpha.1`)
- Nimble (= 8.0.1)
- RealmSwift (= 3.15.0)
- KIF (= 3.7.8)
- Kingfisher (= 5.12.0)
- Moya/RxSwift (from `https://github.com/Moya/Moya.git`, tag `14.0.0-beta.6`)
- Nimble (= 8.0.4)
- RealmSwift (= 4.1.1)
- RxCocoa (from `https://github.com/ReactiveX/RxSwift.git`, tag `5.0.1`)
- RxDataSources (= 4.0.1)
- RxRealm (= 1.0.0)
- RxRealm (= 2.0.0)
- RxSwift (from `https://github.com/ReactiveX/RxSwift.git`, tag `5.0.1`)
- RxTest (from `https://github.com/ReactiveX/RxSwift.git`, tag `5.0.1`)
- SnapKit (= 5.0.0)
- Tabman (= 2.4.2)
- SnapKit (= 5.0.1)
- Tabman (= 2.6.3)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
https://github.com/CocoaPods/Specs.git:
- ActionSheetPicker-3.0
- Alamofire
- AutoInsetter
Expand All @@ -71,7 +71,6 @@ SPEC REPOS:
- Pageboy
- Realm
- RealmSwift
- Result
- RxDataSources
- RxRealm
- RxRelay
Expand All @@ -81,7 +80,7 @@ SPEC REPOS:
EXTERNAL SOURCES:
Moya:
:git: https://github.com/Moya/Moya.git
:tag: 14.0.0-alpha.1
:tag: 14.0.0-beta.6
RxCocoa:
:git: https://github.com/ReactiveX/RxSwift.git
:tag: 5.0.1
Expand All @@ -95,7 +94,7 @@ EXTERNAL SOURCES:
CHECKOUT OPTIONS:
Moya:
:git: https://github.com/Moya/Moya.git
:tag: 14.0.0-alpha.1
:tag: 14.0.0-beta.6
RxCocoa:
:git: https://github.com/ReactiveX/RxSwift.git
:tag: 5.0.1
Expand All @@ -108,27 +107,26 @@ CHECKOUT OPTIONS:

SPEC CHECKSUMS:
ActionSheetPicker-3.0: eef157d75e151f255c5333d26656c7fbfe905a51
Alamofire: ae5c501addb7afdbb13687d7f2f722c78734c2d3
AutoInsetter: 0c40f6505369c7b75cf7ac27e3cce2170293ac27
Bugsnag: 004de6246295afd742093871d10ebaede63aa02c
Alamofire: ca8c0de6906873be89d6deec5c8de279e00bf872
AutoInsetter: 0b90ca74e36561c340129045a3722c51a0b15c58
Bugsnag: 1f33ee5b55bc4b131a30e0fe6db714da9c6609f6
Differentiator: 886080237d9f87f322641dedbc5be257061b0602
KIF: 6f525b18d4cca3d6445f3c5d683294e9157bd3f4
Kingfisher: 6fe5e67a90fd335e49b0f5c075ff55ac5ebedd94
Moya: 65485239114b3b327a17dc2e839f6c8b7143aae9
Nimble: 45f786ae66faa9a709624227fae502db55a8bdd0
Pageboy: b6e8f5082c23ef2490ddf21339fb6e19673d1453
Realm: 9b834e1be6062f544805252c812348872dc5d4ed
RealmSwift: 8a41886f8ab6efef9eb8df97de2f2bb911561a79
Result: bd966fac789cc6c1563440b348ab2598cc24d5c7
RxCocoa: dcceba42244a647ac976575f1b85b48030478ef1
KIF: 52e1af1a78cf6fe4ec6777b14776f3dd2eccc32e
Kingfisher: dc6e0f53bb5b12c3e75bedb0e01bbd7a640eea69
Moya: d4821fbcb3e784f34d2f82869e6855057a0b85d1
Nimble: 18d5360282923225d62b09d781f63abc1a0111fc
Pageboy: 3794c578aae5fcce06e90b3ed4a0ad6b807d75bb
Realm: 25f0a8244cbb1c2271c922963ea8666fc2d8104d
RealmSwift: 9e2657b33764f80e4a4dffd6d440e24715782052
RxCocoa: e741b9749968e8a143e2b787f1dfbff2b63d0a5c
RxDataSources: efee07fa4de48477eca0a4611e6d11e2da9c1114
RxRealm: 1e81dcfca1fb50c3e9b3e1f8102bc875c5156a2e
RxRelay: 4f7409406a51a55cd88483f21ed898c234d60f18
RxSwift: 3a0c158ad22a75080a707abd9dc9191149e03522
RxTest: cfdad28bbd90a52106a71409a1b39e77fd4bf257
SnapKit: fd22d10eb9aff484d79a8724eab922c1ddf89bcf
Tabman: 6e0888c9b9227d9da03e51a90f1f91f53454bfa1
RxRealm: 900f5c7e6f0a2d6527b56eaf7283f3035ec1e8ba
RxRelay: 89d54507f4fd4d969e6ec1d4bd7f3673640b4640
RxSwift: e2dc62b366a3adf6a0be44ba9f405efd4c94e0c4
RxTest: 0132f952a61da82d5233abedaa559df91e5330e5
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
Tabman: 63eae331ae7a9388ae389b1808f1939269fcdece

PODFILE CHECKSUM: 2e9783e88b20386f48d44a2e0dddd970cddd2b34
PODFILE CHECKSUM: 065414e39e8c18b0ca5e7d9665d1de7dd82be522

COCOAPODS: 1.5.3
COCOAPODS: 1.8.4

0 comments on commit 776cc29

Please sign in to comment.