14 lines
652 B
Ruby
14 lines
652 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'BDDynamicGridViewController'
|
|
s.version = '0.0.2'
|
|
s.license = 'BSD'
|
|
s.summary = 'Data-aware view-controller that displays a UIView list in an automatically laid out grid.'
|
|
s.homepage = 'https://github.com/norsez/BDDynamicGridViewController'
|
|
s.author = { 'Norsez Orankijanan' => 'norsez@gmail.com' }
|
|
s.source = { :git => 'https://github.com/norsez/BDDynamicGridViewController.git', :tag => '0.0.2' }
|
|
s.description = 'Data-aware view-controller that displays a UIView list in an automatically laid out grid.'
|
|
s.platform = :ios
|
|
s.source_files = 'Classes', 'Classes'
|
|
s.requires_arc = true
|
|
end
|