Skip to content

Instantly share code, notes, and snippets.

@raylillywhite
Created September 5, 2012 05:02
Show Gist options
  • Save raylillywhite/3630824 to your computer and use it in GitHub Desktop.
Save raylillywhite/3630824 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'LookIO'
s.version = '0.0.1.ht1'
s.source = { :git => 'git://github.com/lookio/LookIO-Libraries.git', :commit => '2d7ecf19b1159692a17d4c9571760b78a59a3925' }
s.source_files = 'iOS/release/*.h'
s.resources = 'iOS/release/*.bundle'
s.preserve_paths = 'iOS/release/libLookIO.a'
s.library = 'LookIO', 'z'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/LookIO/**"' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment