Skip to content

Commit

Permalink
Merge pull request #257 from intuit/task/bump_podspec_to_3_1_3
Browse files Browse the repository at this point in the history
Task/bump podspec to 3.1.3
  • Loading branch information
badrinathvm authored Aug 3, 2020
2 parents d8a4c72 + 77c0085 commit 1a2965e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CardParts.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'CardParts'
s.version = '3.1.2'
s.version = '3.1.3'
s.platform = :ios
s.summary = 'iOS Card UI framework.'

Expand All @@ -31,6 +31,5 @@ CardParts is an iOS Card UI framework that uses MVVM and automatic data binding
s.dependency 'RxSwift', '~> 5.0'
s.dependency 'RxCocoa', '~> 5.0'
s.dependency 'RxDataSources', '~> 4.0'
s.dependency 'RxGesture', '~> 3.0'

s.dependency 'RxGesture', '~> 3.0'
end

0 comments on commit 1a2965e

Please sign in to comment.