Skip to content

Commit 309fe29

Browse files
committed
update podspec
1 parent 08ffb6c commit 309fe29

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

mdk.podspec

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
Pod::Spec.new do |s|
22
s.name = 'mdk'
3-
s.version = '0.22.0'
3+
s.version = '0.24.0'
44
s.summary = 'Multimedia Development Kit'
55
s.homepage = 'https://github.com/wang-bin/mdk-sdk'
66

77
s.author = { 'Wang Bin' => 'wbsecg1@gmail.com' }
88
s.license = { :type => 'MIT', :text => <<-LICENSE
9-
Copyright 2020 WangBin
9+
Copyright 2020-2024 WangBin
1010
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1111
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1212
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1313
LICENSE
1414
}
1515

16-
s.platform = :osx, :ios
16+
s.platform = :osx, :ios, :tvos
1717
s.source = { :http => 'https://sourceforge.net/projects/mdk-sdk/files/nightly/mdk-sdk-apple.tar.xz' }
1818
s.vendored_frameworks = 'mdk-sdk/lib/mdk.xcframework'
1919
s.osx.deployment_target = '10.13'
2020
# s.osx.vendored_libraries = 'mdk-sdk/lib/FFmpeg.xcframework/macos-arm64_x86_64/libffmpeg.6.dylib'
21-
s.ios.deployment_target = '11.0'
22-
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386'}
23-
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386', 'OTHER_CODE_SIGN_FLAGS' => '$(inherited) --deep'}
21+
s.ios.deployment_target = '12.0'
22+
s.tvos.deployment_target = '12.0'
23+
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=*simulator*]' => 'i386'}
24+
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=*simulator*]' => 'i386', 'OTHER_CODE_SIGN_FLAGS' => '$(inherited) --deep'}
2425
# s.user_target_xcconfig = { 'VALID_ARCHS[sdk=iphonesimulator*]' => '' }
2526
# s.pod_target_xcconfig = { 'VALID_ARCHS[sdk=iphonesimulator*]' => '' } # VALID_ARCHS is removed in xcode12.0
2627
#s.pod_target_xcconfig = { 'ARCHS[sdk=iphonesimulator*]' => '$(ARCHS_STANDARD_64_BIT)' }

0 commit comments

Comments
 (0)