Skip to content

Commit 1dde93c

Browse files
committed
[New Pod] A2StoryboardSegueContext (1.0)
Signed-off-by: Alexsander Akers <[email protected]>
1 parent bb644cb commit 1dde93c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'A2StoryboardSegueContext'
3+
s.version = '1.0'
4+
s.license = 'BSD'
5+
s.summary = 'Supplement your segues\' identifier strings with context objects.'
6+
s.homepage = 'https://github.com/pandamonia/A2StoryboardSegueContext/'
7+
s.author = { 'Alexsander Akers' => '[email protected]' }
8+
s.source = { :git => 'https://github.com/pandamonia/A2StoryboardSegueContext.git', :tag => 'v1.0' }
9+
s.platform = :ios
10+
s.source_files = 'A2StoryboardSegueContext.{h,m}'
11+
end

0 commit comments

Comments
 (0)