Skip to content

Commit

Permalink
[New Pod] A2StoryboardSegueContext (1.0)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexsander Akers <a2@pandamonia.us>
  • Loading branch information
a2 committed Dec 23, 2011
1 parent bb644cb commit 1dde93c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions A2StoryboardSegueContext/1.0/A2StoryboardSegueContext.podspec
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'A2StoryboardSegueContext'
s.version = '1.0'
s.license = 'BSD'
s.summary = 'Supplement your segues\' identifier strings with context objects.'
s.homepage = 'https://github.com/pandamonia/A2StoryboardSegueContext/'
s.author = { 'Alexsander Akers' => 'a2@pandamonia.us' }
s.source = { :git => 'https://github.com/pandamonia/A2StoryboardSegueContext.git', :tag => 'v1.0' }
s.platform = :ios
s.source_files = 'A2StoryboardSegueContext.{h,m}'
end

0 comments on commit 1dde93c

Please sign in to comment.