Skip to content
This repository was archived by the owner on Sep 11, 2022. It is now read-only.

Commit 15ebb5b

Browse files
authored
update example (#22)
1 parent f41b7ee commit 15ebb5b

File tree

4 files changed

+112
-109
lines changed

4 files changed

+112
-109
lines changed

Example/Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
use_frameworks!
2+
platform :ios, '9.0'
23

34
target 'RxRetroSwift_Example' do
45
pod 'RxRetroSwift', :path => '../'
@@ -7,7 +8,7 @@ target 'RxRetroSwift_Example' do
78
inherit! :search_paths
89

910
pod 'Quick', '~> 1.2.0'
10-
pod 'RxNimble'
11+
pod 'RxNimble', '~> 4.1.0'
1112
end
1213
end
1314

0 commit comments

Comments
 (0)