Skip to content

Commit

Permalink
Update podspec for 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
armadsen committed Aug 14, 2020
1 parent ea1356e commit dd84df9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MIKMIDI.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'MIKMIDI'
s.version = '1.7.0'
s.version = '1.7.1'
s.summary = 'Library useful for programmers writing Objective-C or Swift OS X or iOS apps that use MIDI.'
s.description = <<-DESC
MIKMIDI is a library intended to simplify implementing Objective-C or Swift apps
Expand All @@ -15,8 +15,8 @@ Pod::Spec.new do |s|
s.author = { 'Andrew Madsen' => '[email protected]' }
s.social_media_url = 'https://twitter.com/armadsen'

s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.8'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.7'

s.source = { :git => 'https://github.com/mixedinkey-opensource/MIKMIDI.git', :tag => s.version.to_s }
s.source_files = 'Source/**/*.{h,m}'
Expand All @@ -29,4 +29,4 @@ Pod::Spec.new do |s|
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '"$(SDK_DIR)"/usr/include/libxml2' }
# s.compiler_flags = '-Wno-deprecated-implementations'

end
end

0 comments on commit dd84df9

Please sign in to comment.