Skip to content

Commit 607ff68

Browse files
committed
Cleaned up Demo project Podfile and Lib podspec
1 parent 7bfadfe commit 607ff68

File tree

3 files changed

+13
-28
lines changed

3 files changed

+13
-28
lines changed

Demo/Podfile

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,4 @@ target 'RxViewModelTests-macOS' do
3737
library
3838

3939
test_pods
40-
end
41-
42-
# Hack to fix testability until cocoapods gets an update
43-
post_install do |installer|
44-
installer.pods_project.targets.each do |target|
45-
target.build_configurations.each do |config|
46-
if config.name == 'Debug'
47-
config.build_settings['ENABLE_TESTABILITY'] = 'YES'
48-
49-
if target.name.include? "RxViewModel-"
50-
config.build_settings['CLANG_ENABLE_CODE_COVERAGE'] = 'YES'
51-
end
52-
end
53-
end
54-
end
55-
end
40+
end

Demo/Podfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- Nimble (4.1.0)
3-
- Quick (0.9.2)
4-
- RxSwift (2.5.0)
2+
- Nimble (7.0.1)
3+
- Quick (1.1.0)
4+
- RxSwift (3.4.0)
55
- RxViewModel (3.1.4):
6-
- RxSwift (~> 2.5)
6+
- RxSwift (~> 3.4)
77

88
DEPENDENCIES:
99
- Nimble
@@ -12,14 +12,14 @@ DEPENDENCIES:
1212

1313
EXTERNAL SOURCES:
1414
RxViewModel:
15-
:path: "../"
15+
:path: ../
1616

1717
SPEC CHECKSUMS:
18-
Nimble: 97a0a4cae5124c117115634b2d055d8c97d0af19
19-
Quick: 18d057bc66451eedd5d1c8dc99ba2a5db6e60226
20-
RxSwift: 402b41a50e922a0368fc14cb3bc9f4427920e8ae
21-
RxViewModel: cb396b511b9b94bd7a253b86b6b5a65e2b36043e
18+
Nimble: 657d000e11df8aebe27cdaf9d244de7f30ed87f7
19+
Quick: dafc587e21eed9f4cab3249b9f9015b0b7a7f71d
20+
RxSwift: 3789a1af753002a14edecdb698a2424624296a9c
21+
RxViewModel: ee5b1448355c1a297484eedea6604d4dd75a60f0
2222

23-
PODFILE CHECKSUM: 3783e79cefc5ffb9fe32d2e6f6d48bf5ec74e93f
23+
PODFILE CHECKSUM: 5b740ff0f8e82b1a56bee6decd0acad5bd6013b9
2424

25-
COCOAPODS: 1.0.1
25+
COCOAPODS: 1.3.0.beta.2

RxViewModel.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "RxViewModel"
4-
s.version = "3.1.4"
4+
s.version = "3.2.0"
55
s.summary = "`RxViewModel` is the marriage between `MVVM` and `Rx` extensions. A blatant «imitation» of `ReactiveViewModel` using `RxCocoa`."
66
s.description = <<-DESC
77
`RxViewModel` is the marriage between `MVVM` and `Rx` extensions

0 commit comments

Comments
 (0)