File tree 4 files changed +13
-13
lines changed 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ targetTemplates:
34
34
settings :
35
35
base :
36
36
PRODUCT_BUNDLE_IDENTIFIER : ${bundle_id}
37
- MARKETING_VERSION : " 7.3.3 "
37
+ MARKETING_VERSION : " 7.3.4 "
38
38
CURRENT_PROJECT_VERSION : 0
39
39
VERSIONING_SYSTEM : " apple-generic"
40
40
DEBUG_INFORMATION_FORMAT : dwarf-with-dsym
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- CFPropertyList (3.0.5 )
4
+ CFPropertyList (3.0.6 )
5
5
rexml
6
- activesupport (6.1.7 )
6
+ activesupport (6.1.7.3 )
7
7
concurrent-ruby (~> 1.0 , >= 1.0.2 )
8
8
i18n (>= 1.6 , < 2 )
9
9
minitest (>= 5.1 )
10
10
tzinfo (~> 2.0 )
11
11
zeitwerk (~> 2.3 )
12
- addressable (2.8.1 )
12
+ addressable (2.8.4 )
13
13
public_suffix (>= 2.0.2 , < 6.0 )
14
14
algoliasearch (1.27.5 )
15
15
httpclient (~> 2.8 , >= 2.8.3 )
55
55
netrc (~> 0.11 )
56
56
cocoapods-try (1.2.0 )
57
57
colored2 (3.1.2 )
58
- concurrent-ruby (1.1.10 )
58
+ concurrent-ruby (1.2.2 )
59
59
escape (0.0.4 )
60
60
ethon (0.16.0 )
61
61
ffi (>= 1.15.0 )
67
67
i18n (1.12.0 )
68
68
concurrent-ruby (~> 1.0 )
69
69
json (2.6.3 )
70
- minitest (5.16.3 )
70
+ minitest (5.18.0 )
71
71
molinillo (0.8.0 )
72
72
nanaimo (0.3.0 )
73
73
nap (1.1.0 )
74
74
netrc (0.11.0 )
75
- nokogiri (1.13.10 -x86_64-darwin )
75
+ nokogiri (1.14.3 -x86_64-darwin )
76
76
racc (~> 1.4 )
77
77
public_suffix (4.0.7 )
78
- racc (1.6.1 )
78
+ racc (1.6.2 )
79
79
rexml (3.2.5 )
80
80
rouge (2.0.7 )
81
81
ruby-macho (2.5.1 )
82
- slather (2.7.3 )
82
+ slather (2.7.4 )
83
83
CFPropertyList (>= 2.2 , < 4 )
84
84
activesupport
85
85
clamp (~> 1.3 )
86
86
nokogiri (>= 1.13.9 )
87
87
xcodeproj (~> 1.21 )
88
88
typhoeus (1.4.0 )
89
89
ethon (>= 0.9.0 )
90
- tzinfo (2.0.5 )
90
+ tzinfo (2.0.6 )
91
91
concurrent-ruby (~> 1.0 )
92
92
xcodeproj (1.22.0 )
93
93
CFPropertyList (>= 2.3.3 , < 4.0 )
98
98
rexml (~> 3.2.4 )
99
99
xcpretty (0.3.0 )
100
100
rouge (~> 2.0.7 )
101
- zeitwerk (2.6.6 )
101
+ zeitwerk (2.6.7 )
102
102
103
103
PLATFORMS
104
104
x86_64-darwin-21
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "ReactiveDataDisplayManager"
3
- s . version = "7.3.3 "
3
+ s . version = "7.3.4 "
4
4
s . summary = "Library with custom events and reusable adapter for scrollable UI Collections"
5
5
s . homepage = "https://github.com/surfstudio/ReactiveDataDisplayManager"
6
6
s . license = "MIT"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ targets:
36
36
settings :
37
37
base :
38
38
PRODUCT_BUNDLE_IDENTIFIER : ru.surfstudio.rddm
39
- MARKETING_VERSION : " 7.3.3 "
39
+ MARKETING_VERSION : " 7.3.4 "
40
40
CURRENT_PROJECT_VERSION : 0
41
41
VERSIONING_SYSTEM : " apple-generic"
42
42
DEBUG_INFORMATION_FORMAT : dwarf-with-dsym
You can’t perform that action at this time.
0 commit comments