Skip to content

Instantly share code, notes, and snippets.

@brynbellomy
Created August 8, 2012 08:15
Show Gist options
  • Save brynbellomy/3293359 to your computer and use it in GitHub Desktop.
Save brynbellomy/3293359 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "CQMFloatingController"
s.version = "0.0.1"
s.source = { :git => "git://github.com/brynbellomy/CQMFloatingController.git", :commit => "79c345db261850830b0065e373bf4a842a7a5d0d" }
s.platform = :ios
s.source_files = "CQMFloatingController/Classes/*.{h,m}"
s.requires_arc = true
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