Skip to content

Instantly share code, notes, and snippets.

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