Files
JBChartView/MGSplitViewController/1.0.0/MGSplitViewController.podspec
T
Eloy Duran fb8da4dbca Update specs to use the better Ruby accessor style.
And remove stub specs for now.
2011-09-24 11:26:30 -05:00

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