Skip to content

Instantly share code, notes, and snippets.

View djbe's full-sized avatar

David Jennes djbe

View GitHub Profile
Pod::Spec.new do |s|
s.name = 'RBSmartTableViewCell'
s.version = '0.0.1'
s.summary = 'A UITableViewCell subclass that makes custom cell production easy..'
s.homepage = 'https://github.com/rob-brown/RBSmartTableViewCell'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = 'Robert Brown'
s.source = { :git => 'https://github.com/rob-brown/RBSmartTableViewCell.git' }
s.platform = :ios, '4.0'