Skip to content

Instantly share code, notes, and snippets.

@brynbellomy
Created August 7, 2012 23:36
Show Gist options
  • Save brynbellomy/3290571 to your computer and use it in GitHub Desktop.
Save brynbellomy/3290571 to your computer and use it in GitHub Desktop.
cocoapods podspec for EMHint
Pod::Spec.new do |s|
s.name = "EMHint"
s.version = "0.0.1"
s.source = { :git => "git://github.com/mcconkiee/EMHint.git", :commit => "cd55d33cda430771dd64b547669bbaafe9524cba" }
s.platform = :ios
s.source_files = "HintMakerExample/EMHint.{h,m}"
s.requires_arc = false
s.xcconfig = { "PUBLIC_HEADERS_FOLDER_PATH" => "include/$(TARGET_NAME)" }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment