We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f40b21b + 419199a commit 6dc96c0Copy full SHA for 6dc96c0
1 file changed
CardParts.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'CardParts'
11
- s.version = '2.4.1'
+ s.version = '2.4.2'
12
s.platform = :ios
13
s.summary = 'iOS Card UI framework.'
14
@@ -31,6 +31,7 @@ CardParts is an iOS Card UI framework that uses MVVM and automatic data binding
31
s.dependency 'RxSwift', '~> 4.0'
32
s.dependency 'RxCocoa', '~> 4.0'
33
s.dependency 'RxDataSources', '~> 3.0'
34
+ s.dependency 'RxGesture', '~> 1.2'
35
s.dependency 'TTTAttributedLabel'
36
37
end
0 commit comments