Skip to content

Commit

Permalink
Merge pull request #11 from mmerickel/fix/podspec
Browse files Browse the repository at this point in the history
fix podspec syntax
  • Loading branch information
michaeltyson committed Apr 29, 2016
2 parents 9d8ea2b + d8dcecd commit e00b152
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TPCircularBuffer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ Pod::Spec.new do |s|
s.source_files = '*.{c,h}'
s.requires_arc = false
s.frameworks = 'AudioToolbox'
s.platform = { :ios, '4.3', :osx, '10.0' }
s.ios.deployment_target = '4.3'
s.osx.deployment_target = '10.8'
end

0 comments on commit e00b152

Please sign in to comment.