-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathGMOpenSSL.podspec
More file actions
28 lines (25 loc) · 1.09 KB
/
Copy pathGMOpenSSL.podspec
File metadata and controls
28 lines (25 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Be sure to run `pod lib lint GMOpenSSL.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'GMOpenSSL'
s.version = '3.1.2'
s.summary = 'Build OpenSSL for iOS and OS X,OpenSSL version 1.1.1w。'
s.description = <<-DESC
Build OpenSSL for iOS and OS X, and add sm2, sm3, sm4 header files。
DESC
s.homepage = 'https://github.com/muzipiao/GMOpenSSL'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'lifei' => 'lifei_zdjl@126.com' }
s.source = { :git => 'https://github.com/muzipiao/GMOpenSSL.git', :tag => s.version.to_s }
s.requires_arc = true
s.static_framework = true
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.13'
s.preserve_paths = 'Frameworks/OpenSSL.xcframework'
s.vendored_frameworks = 'Frameworks/OpenSSL.xcframework'
end