From 1dde93cca13fbc523d5ce4a73c5a207ecdef278e Mon Sep 17 00:00:00 2001 From: Alexsander Akers Date: Thu, 22 Dec 2011 23:25:24 -0500 Subject: [PATCH] [New Pod] A2StoryboardSegueContext (1.0) Signed-off-by: Alexsander Akers --- .../1.0/A2StoryboardSegueContext.podspec | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 A2StoryboardSegueContext/1.0/A2StoryboardSegueContext.podspec diff --git a/A2StoryboardSegueContext/1.0/A2StoryboardSegueContext.podspec b/A2StoryboardSegueContext/1.0/A2StoryboardSegueContext.podspec new file mode 100644 index 00000000000000..2c3fa2fbb4077a --- /dev/null +++ b/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 \ No newline at end of file