Skip to content

Commit 6dc96c0

Browse files
authored
Merge pull request #61 from intuit/feature/svTap
Update podspec and add RxGesture
2 parents f40b21b + 419199a commit 6dc96c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CardParts.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'CardParts'
11-
s.version = '2.4.1'
11+
s.version = '2.4.2'
1212
s.platform = :ios
1313
s.summary = 'iOS Card UI framework.'
1414

@@ -31,6 +31,7 @@ CardParts is an iOS Card UI framework that uses MVVM and automatic data binding
3131
s.dependency 'RxSwift', '~> 4.0'
3232
s.dependency 'RxCocoa', '~> 4.0'
3333
s.dependency 'RxDataSources', '~> 3.0'
34+
s.dependency 'RxGesture', '~> 1.2'
3435
s.dependency 'TTTAttributedLabel'
3536

3637
end

0 commit comments

Comments
 (0)