Skip to content

Instantly share code, notes, and snippets.

@mattyohe
Created August 16, 2012 03:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattyohe/3366105 to your computer and use it in GitHub Desktop.
Save mattyohe/3366105 to your computer and use it in GitHub Desktop.
Podfile at root of your project
Pod::Spec.new do |s|
s.name = "OCPDFGen"
s.version = "0.1"
s.summary = "Wheee!"
s.homepage = "https://github.com"
s.license = '???'
s.author = { "mattyohe" => "" }
s.source = { :git => "git://github.com/ocrickard/OCPDFGen.git", :commit => "bcf26e3e4b" }
s.source_files = 'OCPDFGen/*'
s.dependency 'DTCoreText', '~> 1.0.1'
end
platform :ios
pod 'OCPDFGen', :podspec => 'LocalPods/OCPDFGen.podspec'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment