Skip to content

Instantly share code, notes, and snippets.

@l4u
Created December 24, 2013 00:09
Show Gist options
  • Save l4u/8106914 to your computer and use it in GitHub Desktop.
Save l4u/8106914 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'WatchSend'
s.version = '0.0.1'
s.platform = :ios
s.source = { :git => '???'}
s.source_files = '*.{h}'
s.vendored_libraries = 'libWatchsend.a'
s.preserve_paths = 'libWatchsend.a'
s.frameworks = 'QuartzCore', 'CoreGraphics', 'SystemConfiguration', 'OpenGLES'
s.library = 'Watchsend', 'icucore'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => "\"???\"" }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment