Skip to content

Commit

Permalink
Updated version and podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Inferis committed Mar 28, 2013
1 parent 59302ca commit af12c87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.2.5
2.2.6
4 changes: 2 additions & 2 deletions ViewDeck.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ViewDeck'
s.version = '2.2.5'
s.version = '2.2.6'
s.platform = :ios
s.summary = 'An implementation of the sliding functionality found in the ' \
'Path 2.0 or Facebook iOS apps.'
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
}
s.author = { 'Tom Adriaenssen' => 'http://codedump.blergh.be/' }
s.source = { :git => 'https://github.com/Inferis/ViewDeck.git',
:tag => '2.2.5'}
:tag => '2.2.6'}
s.source_files = 'ViewDeck/*.{h,m}'
s.frameworks = 'QuartzCore'
s.requires_arc = true
Expand Down

0 comments on commit af12c87

Please sign in to comment.