Skip to content

Commit

Permalink
Merge pull request #8929 from wilg/lut2
Browse files Browse the repository at this point in the history
update cocoalut to 0.1.4
  • Loading branch information
keith committed Mar 7, 2014
2 parents b4417bc + 2be3d02 commit 9968834
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CocoaLUT/0.1.4/CocoaLUT.podspec
@@ -0,0 +1,23 @@
Pod::Spec.new do |s|
s.name = "CocoaLUT"
s.version = "0.1.4"
s.summary = "LUT (3D lookup tables) for Cocoa applications."
s.homepage = "http://github.com/wilg/CocoaLUT"
s.license = 'MIT'
s.author = { "Wil Gieseler" => "wil@wilgieseler.com" }
s.source = { :git => "https://github.com/wilg/CocoaLUT.git", :tag => s.version.to_s }

s.requires_arc = true
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.frameworks = 'QuartzCore'

# iOS
s.ios.frameworks = 'UIKit'
s.ios.exclude_files = 'Classes/osx'

# OS X
s.osx.frameworks = 'AppKit'
s.osx.exclude_files = 'Classes/ios'

end

0 comments on commit 9968834

Please sign in to comment.