Skip to content

Commit

Permalink
Updated the RxStateExample project to support latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharath8805 committed Apr 5, 2020
1 parent 503ed19 commit e2e34da
Show file tree
Hide file tree
Showing 16 changed files with 188 additions and 139 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ pod 'RxState'

Create a ```Package.Swift``` file in your project's root folder.

Added following content into the ```Package.swift``` file
Add following content into the ```Package.swift``` file

```Swift
// swift-tools-version:5.0
Expand Down
10 changes: 5 additions & 5 deletions RxStateExample/Podfile
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
def common_pods
pod 'RxState', :path => "../"
pod 'RxSwift', '3.5.0'
pod 'RxCocoa', '3.5.0'
pod 'RxOptional', '3.1.3'
pod 'RxSwift', '~>5.1'
pod 'RxCocoa', '~>5.1'
pod 'RxOptional', '~>4.1'
end

def common_test_pods
pod 'RxTest', '3.4.1'
pod 'RxTest', '~>5.1'
end


target 'RxStateExample-iOS' do
platform :ios, '9.0'
use_frameworks!

pod 'RxDataSources', '1.0.3'
pod 'RxDataSources', '~>4.0'
common_pods
end

Expand Down
71 changes: 44 additions & 27 deletions RxStateExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,39 +1,56 @@
PODS:
- RxCocoa (3.5.0):
- RxSwift (~> 3.4)
- RxDataSources (1.0.3):
- RxCocoa (~> 3.0)
- RxSwift (~> 3.0)
- RxOptional (3.1.3):
- RxCocoa
- RxSwift
- RxState (0.3.0):
- RxCocoa (~> 3.5.0)
- RxSwift (~> 3.5.0)
- RxSwift (3.5.0)
- RxTest (3.4.1):
- RxSwift (~> 3.4)
- Differentiator (4.0.1)
- RxCocoa (5.1.1):
- RxRelay (~> 5)
- RxSwift (~> 5)
- RxDataSources (4.0.1):
- Differentiator (~> 4.0)
- RxCocoa (~> 5.0)
- RxSwift (~> 5.0)
- RxOptional (4.1.0):
- RxCocoa (~> 5)
- RxSwift (~> 5)
- RxRelay (5.1.1):
- RxSwift (~> 5)
- RxState (0.6.0):
- RxCocoa (~> 5.1)
- RxSwift (~> 5.1)
- RxSwift (5.1.1)
- RxTest (5.1.1):
- RxSwift (~> 5)

DEPENDENCIES:
- RxCocoa (= 3.5.0)
- RxDataSources (= 1.0.3)
- RxOptional (= 3.1.3)
- RxCocoa (~> 5.1)
- RxDataSources (~> 4.0)
- RxOptional (~> 4.1)
- RxState (from `../`)
- RxSwift (= 3.5.0)
- RxTest (= 3.4.1)
- RxSwift (~> 5.1)
- RxTest (~> 5.1)

SPEC REPOS:
trunk:
- Differentiator
- RxCocoa
- RxDataSources
- RxOptional
- RxRelay
- RxSwift
- RxTest

EXTERNAL SOURCES:
RxState:
:path: "../"

SPEC CHECKSUMS:
RxCocoa: a0a09f45d0e5b48ecb6a4a7b4b4c89c88d3f633f
RxDataSources: a021a0e944ba5f7991259829d973afdbfa719c0b
RxOptional: b97b59183af80d1e729ac9e51d09a10be668d6a8
RxState: 1e3dd422b48defbf08c1122ba9ecb2ea762277db
RxSwift: 18ee9d78b45edb3b0b7e79916b47a116e6dbc842
RxTest: a6fd6e4069face7c6488f96f6c42296b3e44db48
Differentiator: 886080237d9f87f322641dedbc5be257061b0602
RxCocoa: 32065309a38d29b5b0db858819b5bf9ef038b601
RxDataSources: efee07fa4de48477eca0a4611e6d11e2da9c1114
RxOptional: b1fcd60856807a564c0215c2184b8d33e7826dc2
RxRelay: d77f7d771495f43c556cbc43eebd1bb54d01e8e9
RxState: 64aff04406fb3dadf464177093c5ce01af3aa3af
RxSwift: 81470a2074fa8780320ea5fe4102807cb7118178
RxTest: 711632d5644dffbeb62c936a521b5b008a1e1faa

PODFILE CHECKSUM: 541fdc1ce9dae6b8ab9da96e8df7e8ae597a0445
PODFILE CHECKSUM: decbf9ea53508e43852bbb63c73fa74f543c9f0e

COCOAPODS: 1.2.1
COCOAPODS: 1.9.1
Loading

0 comments on commit e2e34da

Please sign in to comment.