1dde93cca1
Signed-off-by: Alexsander Akers <a2@pandamonia.us>
11 lines
500 B
Ruby
11 lines
500 B
Ruby
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 |