-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFinAppletWXExt.podspec
More file actions
28 lines (28 loc) · 1.02 KB
/
FinAppletWXExt.podspec
File metadata and controls
28 lines (28 loc) · 1.02 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
Pod::Spec.new do |s|
s.name = "FinAppletWXExt"
s.version = "2.38.0-alpha20220914v03"
s.summary = "FinApplet contact sdk."
s.description = <<-DESC
this is FinApplet contact sdk
DESC
s.homepage = "https://www.finclip.com"
s.license = {
:type => 'Copyright',
:text => <<-LICENSE
Copyright 2017 finogeeks.com. All rights reserved.
LICENSE
}
s.author = { "developer" => "developer@finogeeks.com" }
s.platform = :ios, "9.0"
s.ios.deployment_target = "9.0"
s.source = { :git => "https://gitlab.finogeeks.club/finclipsdk/FinAppletWXExt-ios.git", :tag => s.version.to_s }
s.source_files = "FinAppletWXExt/**/*.{h,m,c}"
s.resources = ['FinAppletWXExt/Resource/*']
s.static_framework = true
s.dependency 'FinApplet'
s.dependency 'WechatOpenSDK'
s.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end