Skip to content

Instantly share code, notes, and snippets.

@klaaspieter
Created March 29, 2013 12:01
Show Gist options
  • Save klaaspieter/5270433 to your computer and use it in GitHub Desktop.
Save klaaspieter/5270433 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "FontReplacer"
s.version = "1.0"
s.summary = "Easily create nibs with custom fonts."
s.homepage = "https://github.com/0xced/FontReplacer"
s.license = ''
s.author = { "Cédric Luthi" => "[email protected]" }
s.source = { :git => "https://github.com/0xced/FontReplacer.git", :tag => "1.0" }
s.platform = :ios, '3.2'
s.source_files = 'UIFont+Replacement/UIFont+Replacement.{h,m}'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment