Skip to content

Commit

Permalink
bumped podspec deployment target to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danomatika committed Jul 23, 2015
1 parent 4f34e8d commit 7fe8c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpd.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/libpd/libpd.git", :tag => s.version.to_s}
s.source_files = 'cpp/**/*.{hpp,cpp}', 'libpd_wrapper/**/*.{h,c}', 'objc/**/*.{h,m}', 'pure-data/src/**/*.{h,c}'

s.ios.deployment_target = '4.0'
s.ios.deployment_target = '6.0'

s.frameworks = 'Foundation', 'AudioToolbox', 'AVFoundation'
s.compiler_flags = '-DPD', '-DUSEAPI_DUMMY', '-DHAVE_UNISTD_H', '-DHAVE_ALLOCA_H', '-DLIBPD_EXTRA'
Expand Down

0 comments on commit 7fe8c09

Please sign in to comment.