Created
August 4, 2015 21:00
-
-
Save jacksonh/85a5b1bf56ad854d94d8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => '[email protected]' } | |
spec.summary = 'extensible Swift-based logging API' | |
spec.source = { :git => '[email protected]: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