fb8da4dbca
And remove stub specs for now.
15 lines
644 B
Ruby
15 lines
644 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'MGSplitViewController'
|
|
s.version = '1.0.0'
|
|
s.summary = 'A flexible, advanced split-view controller for iPad developers.'
|
|
s.homepage = 'https://github.com/mattgemmell/MGSplitViewController'
|
|
s.author = { 'Matt Gemmell' => 'matt@mattgemmell.com' }
|
|
s.source = { :git => 'https://github.com/mattgemmell/MGSplitViewController.git',
|
|
:commit => '580747fc57bdd5139de94fca25e8fe95e2dfd908',
|
|
#:tag => '1.0.0' }
|
|
|
|
s.source_files = 'Classes/MGSplit{ViewController,DividerView,CornersView}.*'
|
|
|
|
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
|
|
end
|