We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c2312 commit 6f4219fCopy full SHA for 6f4219f
ViewDeck.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'ViewDeck'
3
- s.version = '2.2.10'
+ s.version = '2.3'
4
s.platform = :ios
5
s.summary = 'An implementation of the sliding functionality found in the ' \
6
'Path 2.0 or Facebook iOS apps.'
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
19
}
20
s.author = { 'Tom Adriaenssen' => 'http://inferis.org/' }
21
s.source = { :git => 'https://github.com/Inferis/ViewDeck.git',
22
- :tag => '2.2.10'}
+ :tag => '2.3'}
23
s.source_files = 'ViewDeck/*.{h,m}'
24
s.frameworks = 'QuartzCore'
25
s.requires_arc = true
0 commit comments