Commit Graph
9 Commits
Author SHA1 Message Date
Ebubekir Sezer 095cf6528d Fix: podspec and tutorial1 Podfile version updated 2023-01-02 23:54:41 +03:00
Pavlo Davydiuk 6d66dd1a7c Bump RxSwift and deployment target (#387) 2021-03-25 17:13:16 +01:00
Yosuke Imairi fbd371e2d4 Compatible with RxSwift 5.1 (#370)
* update RxSwift version

* update RxSwift version for SPM
2020-05-08 11:59:50 +02:00
Daisuke Iwata aafdd2d773 Compatible RxSwift 5 (#322) 2019-10-04 15:27:11 +02:00
Justin Kaufman 0c093f52e9 Upgrade iOS RIBs Project to Swift 5 (#321)
* Upgrade iOS project and related dependencies to Swift 5

* bump travis image to xcode10.2

* bump iphonesimulator to 12.2

* print out carthage version during test setup

* fix ios version in xcbuild test -destination

* Remove problematic Swift 5 branching logic in `Component`, fixes test
2019-05-03 13:18:54 -07:00
Yi Wang de33e016c4 Fix forked Workflow invoking didComplete multiple times
Because didComplete is added at the end of the Workflow Rx side-effect, if a Workflow is forked, multiple Rx chains with the side-effect are created and subscribed to. This means the didComplete is invoked duplicately.

Fixes #211
2018-02-07 15:21:06 -08:00
Tuomas Artman 0b6b6dbbd0 Bump podspec version to 0.9.1 2017-11-06 13:34:09 +01:00
Kilian Koeltzsch 17d641bfec Correct podspec license type and location (#105) 2017-11-06 12:28:01 +01:00
Tuomas Artman 2115ea346f Updated podspec and moved to repo root 2017-11-03 16:30:28 -07:00