Skip to content

Commit

Permalink
update pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
steipete committed Aug 16, 2012
1 parent 1cc8e24 commit a47237d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PSStackedView.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'PSStackedView'
s.version = '0.1'
s.version = '1.0'
s.platform = :ios
s.summary = 'Open source implementation of Twitter/iPad stacked ui - done right.'
s.summary = 'Open source implementation of Twitter/iPad stacked UI - done right.'
s.homepage = 'https://github.com/steipete/PSStackedView'
s.author = { 'Peter Steinberger' => 'steipete@gmail.com' }
s.source = { :git => 'https://github.com/steipete/PSStackedView.git', :tag => '0.1' }
s.source = { :git => 'https://github.com/steipete/PSStackedView.git', :tag => '1.0' }

s.source_files = 'PSStackedView'
s.framework = 'QuartzCore'
Expand Down

0 comments on commit a47237d

Please sign in to comment.