Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions RxTableViewDemo/Podfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, ‘8.1’
#platform :ios, ‘8.1’
use_frameworks!

target:RxTableViewDemo do
pod 'RxSwift', '~> 2.0'
pod 'RxCocoa', '~> 2.0'
pod 'RxDataSources', '~> 0.7'
pod 'RxSwift', '~> 3.1'
pod 'RxCocoa', '~> 3.1'
pod 'RxDataSources', '~> 1.0.0’
end


28 changes: 14 additions & 14 deletions RxTableViewDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
PODS:
- RxCocoa (2.4):
- RxSwift (~> 2.4)
- RxDataSources (0.7):
- RxCocoa (~> 2.2)
- RxSwift (~> 2.2)
- RxSwift (2.4)
- RxCocoa (3.1.0):
- RxSwift (~> 3.1)
- RxDataSources (1.0.2):
- RxCocoa (~> 3.0)
- RxSwift (~> 3.0)
- RxSwift (3.1.0)

DEPENDENCIES:
- RxCocoa (~> 2.0)
- RxDataSources (~> 0.7)
- RxSwift (~> 2.0)
- RxCocoa (~> 3.1)
- RxDataSources (~> 1.0.0)
- RxSwift (~> 3.1)

SPEC CHECKSUMS:
RxCocoa: 7d6cd877de99f5640306b3d6cf87f580c1d91b61
RxDataSources: 99a8527f4de066d3f10522c1977e571efec034c3
RxSwift: 67b9ef4e8b34fb394e200e754c6a09cc16559f94
RxCocoa: 50d7564866da9299161e86a263ce12a0873904d8
RxDataSources: 1de77880bf5b7fcee42102adcd5a5d65e5b81541
RxSwift: 83ff553e7593fdfdcb2562933a64c0284dffdadc

PODFILE CHECKSUM: eb3bbdafd5256ac0399d7d6131c5f069cd8813c1
PODFILE CHECKSUM: 81adbcd3120d2547dbd1e436f7380e69795d9f86

COCOAPODS: 1.0.0.beta.8
COCOAPODS: 1.1.1
28 changes: 14 additions & 14 deletions RxTableViewDemo/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,755 changes: 1,443 additions & 1,312 deletions RxTableViewDemo/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

167 changes: 167 additions & 0 deletions RxTableViewDemo/Pods/RxCocoa/Platform/DataStructures/Bag.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading