Skip to content

Instantly share code, notes, and snippets.

@jacksonh
Created August 4, 2015 21:00
Show Gist options
  • Save jacksonh/85a5b1bf56ad854d94d8 to your computer and use it in GitHub Desktop.
Save jacksonh/85a5b1bf56ad854d94d8 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |spec|
spec.name = 'CleanroomASL'
spec.version = '1.1.3'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/emaloney/CleanroomASL'
spec.authors = { 'emaloney' => 'tonymillion@gmail.com' }
spec.summary = 'extensible Swift-based logging API'
spec.source = { :git => 'git@github.com:emaloney/CleanroomASL.git', :tag => spec.version }
spec.source_files = 'Code/*.swift', 'BuildControl/CleanroomASL-Bridging-Header.h'
spec.private_header_files = 'BuildControl/CleanroomASL-Bridging-Header.h'
spec.libraries = 'libSystem', 'libsystem_asl'
spec.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment