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 Apr 3, 2013
1 parent 5a8a004 commit dace04c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.7
2.2.8
4 changes: 2 additions & 2 deletions ViewDeck.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ViewDeck'
s.version = '2.2.7'
s.version = '2.2.8'
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://inferis.org/' }
s.source = { :git => 'https://github.com/Inferis/ViewDeck.git',
:tag => '2.2.7'}
:tag => '2.2.8'}
s.source_files = 'ViewDeck/*.{h,m}'
s.frameworks = 'QuartzCore'
s.requires_arc = true
Expand Down

0 comments on commit dace04c

Please sign in to comment.