Skip to content

Commit 6f4219f

Browse files
committed
Updated podspec.
1 parent a2c2312 commit 6f4219f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ViewDeck.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ViewDeck'
3-
s.version = '2.2.10'
3+
s.version = '2.3'
44
s.platform = :ios
55
s.summary = 'An implementation of the sliding functionality found in the ' \
66
'Path 2.0 or Facebook iOS apps.'
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
}
2020
s.author = { 'Tom Adriaenssen' => 'http://inferis.org/' }
2121
s.source = { :git => 'https://github.com/Inferis/ViewDeck.git',
22-
:tag => '2.2.10'}
22+
:tag => '2.3'}
2323
s.source_files = 'ViewDeck/*.{h,m}'
2424
s.frameworks = 'QuartzCore'
2525
s.requires_arc = true

0 commit comments

Comments
 (0)