Skip to content

Commit

Permalink
Updated podspec to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kstenerud committed Nov 13, 2013
1 parent 2c40e34 commit 15b46cb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ObjectAL-for-iPhone.podspec
@@ -1,14 +1,15 @@
Pod::Spec.new do |s|
s.name = 'ObjectAL-for-iPhone'
s.version = '2.2'
s.license = { :type => 'Apache 2.0', :file => 'ObjectAL/LICENSE.ObjectAL.txt' }
s.version = '2.3'
s.license = { :type => 'MIT', :file => 'ObjectAL/LICENSE.ObjectAL.txt' }
s.summary = 'Mac and iOS Audio, minus the headache.'
s.homepage = 'http://kstenerud.github.io/ObjectAL-for-iPhone/'
s.authors = { 'Karl Stenerud' => 'kstenerud@gmail.com' }
s.source = { :git => 'https://github.com/kstenerud/ObjectAL-for-iPhone.git', :tag => 'v2.2' }
s.source_files = 'ObjectAL/ObjectAL (iOS)/**/*.[chm]'
s.public_header_files = 'ObjectAL/ObjectAL (iOS)/**/*.h'
s.source = { :git => 'https://github.com/kstenerud/ObjectAL-for-iPhone.git', :tag => '2.3' }
s.source_files = 'ObjectAL/ObjectAL/**/*.[chm]'
s.public_header_files = 'ObjectAL/ObjectAL/**/*.h'
s.ios.deployment_target = '4.3'
s.osx.deployment_target = '10.6'
s.ios.frameworks = 'OpenAL', 'AudioToolbox', 'AVFoundation'
s.header_mappings_dir = 'ObjectAL'
end

0 comments on commit 15b46cb

Please sign in to comment.