-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSMp3Encode.podspec
More file actions
22 lines (19 loc) · 905 Bytes
/
Copy pathSMp3Encode.podspec
File metadata and controls
22 lines (19 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = 'SMp3Encode'
s.version = '0.0.4'
s.summary = 'mp3 边录边保存'
s.description = <<-DESC
mp3 录制和转换,边录边保存
DESC
s.homepage = 'https://github.com/sujiewen/SMp3Encode'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'sujiewen' => 'sujiewen@qq.com' }
s.source = { :git => 'https://github.com/sujiewen/SMp3Encode.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'SMp3Encode/Classes/**/*.{h,m}','SMp3Encode/Lame/*.h'
s.public_header_files = 'SMp3Encode/Classes/**/*.h'
s.frameworks = 'Foundation'
s.vendored_libraries = 'SMp3Encode/Lame/*.a'
#s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/SMp3Encode/Lame"' }
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'arm64 x86_64' }
end