Skip to content

Commit

Permalink
Merge pull request #5 from AvdLee/feature/rxswift_update
Browse files Browse the repository at this point in the history
RxSwift update
  • Loading branch information
Antoine van der Lee authored Jan 10, 2017
2 parents 64493e4 + 8910849 commit 4d0cf8d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
6 changes: 3 additions & 3 deletions ALDataRequestView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ALDataRequestView"
s.version = "2.2.0"
s.version = "2.2.1"
s.summary = "A view representation for data requests. Support for ReactiveCocoa and RXSwift."
s.description = "A view representation for data requests. Support for ReactiveCocoa and RXSwift by attached it to signalproducers and observables."
s.homepage = "https://github.com/AvdLee/ALDataRequestView"
Expand All @@ -24,8 +24,8 @@ Pod::Spec.new do |s|

s.subspec "RxSwift" do |ss|
ss.source_files = "Source/RxSwift/*.swift"
ss.dependency "RxSwift", "~> 3.0.0"
ss.dependency "RxCocoa", "~> 3.0.0"
ss.dependency "RxSwift"
ss.dependency "RxCocoa"
ss.dependency "ALDataRequestView/Core"
end

Expand Down
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.2.1
- Using RxSwift 3.1 with Moya 8

# 2.2.0
- Using ReactiveSwift 1.0.0

Expand Down
28 changes: 14 additions & 14 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
PODS:
- ALDataRequestView (2.2.0):
- ALDataRequestView/Core (= 2.2.0)
- ALDataRequestView/Core (2.2.0):
- ALDataRequestView (2.2.1):
- ALDataRequestView/Core (= 2.2.1)
- ALDataRequestView/Core (2.2.1):
- PureLayout
- ReachabilitySwift (~> 3)
- ALDataRequestView/ReactiveCocoa (2.2.0):
- ALDataRequestView/ReactiveCocoa (2.2.1):
- ALDataRequestView/Core
- ReactiveSwift
- ALDataRequestView/RxSwift (2.2.0):
- ALDataRequestView/RxSwift (2.2.1):
- ALDataRequestView/Core
- RxCocoa (~> 3.0.0)
- RxSwift (~> 3.0.0)
- RxCocoa
- RxSwift
- PureLayout (3.0.2)
- ReachabilitySwift (3)
- ReactiveSwift (1.0.0):
- Result (~> 3.1)
- Result (3.1.0)
- RxCocoa (3.0.1):
- RxSwift (~> 3.0)
- RxSwift (3.0.1)
- RxCocoa (3.1.0):
- RxSwift (~> 3.1)
- RxSwift (3.1.0)

DEPENDENCIES:
- ALDataRequestView (from `../`)
Expand All @@ -27,16 +27,16 @@ DEPENDENCIES:

EXTERNAL SOURCES:
ALDataRequestView:
:path: ../
:path: "../"

SPEC CHECKSUMS:
ALDataRequestView: 15a7980586ff23c8c3d5e94da9880b729af663b4
ALDataRequestView: 2d57854f57a674a0d1ec26d4bd8fb6bb21082ac1
PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd
ReachabilitySwift: f5b9bb30a0777fac8f09ce8b067e32faeb29bb64
ReactiveSwift: f391724ee318a2cfd3e37dfb041cd49ecf4e7869
Result: 4e3ed5995ed94d0cd6a09be9a431fce3f3624bbf
RxCocoa: 15a52fc590dcc700cb4a690a633b5c5184ce3a78
RxSwift: af5680055c4ad04480189c52d28385b1029493a6
RxCocoa: 50d7564866da9299161e86a263ce12a0873904d8
RxSwift: 83ff553e7593fdfdcb2562933a64c0284dffdadc

PODFILE CHECKSUM: 8160a0e00b9ee46278a431dd49353bd52cad1a69

Expand Down

0 comments on commit 4d0cf8d

Please sign in to comment.