Skip to content

Commit

Permalink
Added carthage header files to exclude files in cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
syedhali committed Jan 29, 2016
1 parent 4ec22d1 commit e2a1921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EZAudio.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.8'
s.source = { :git => "https://github.com/syedhali/EZAudio.git", :tag => s.version }
s.exclude_files = [ 'EZAudio/VERSION', 'EZAudio/TPCircularBuffer.{h,c}' ]
s.exclude_files = [ 'EZAudio/TPCircularBuffer.{h,c}', 'EZAudio/EZAudioiOS.h', 'EZAudio/EZAudioOSX.h' ]
s.ios.frameworks = 'AudioToolbox','AVFoundation','GLKit', 'Accelerate'
s.osx.frameworks = 'AudioToolbox','AudioUnit','CoreAudio','QuartzCore','OpenGL','GLKit', 'Accelerate'
s.requires_arc = true;
s.default_subspec = 'Full'
s.subspec 'Core' do |core|
core.source_files = 'EZAudio/*.{h,m,c}'
end

s.subspec 'Full' do |full|
full.dependency 'TPCircularBuffer', '1.1'
full.dependency 'EZAudio/Core'
Expand Down

0 comments on commit e2a1921

Please sign in to comment.