-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFinAppletExt.podspec
More file actions
26 lines (26 loc) · 960 Bytes
/
FinAppletExt.podspec
File metadata and controls
26 lines (26 loc) · 960 Bytes
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
Pod::Spec.new do |s|
s.name = "FinAppletExt"
s.version = "2.51.3"
s.summary = "凡泰小程序SDK."
s.description = <<-DESC
this is common
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, "7.0"
s.ios.deployment_target = "9.0"
s.source = { :http => "https://github.com/finogeeks/FinClipExtSDK/releases/download/#{s.version}/FinAppletExt-#{s.version}.zip" }
s.vendored_frameworks = "FinAppletExt.xcframework"
s.requires_arc = true
s.dependency 'FinApplet','2.51.3'
s.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end