Pod::Spec.new do |s| s.name = 'BDDynamicGridViewController' s.version = '0.0.3' 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.3' } s.description = 'Data-aware view-controller that displays a UIView list in an animated automated/customized laid out grid.' s.platform = :ios s.source_files = 'Classes', 'Classes' s.requires_arc = true end