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