-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBSA_SDK.podspec
More file actions
51 lines (39 loc) · 1.88 KB
/
Copy pathBSA_SDK.podspec
File metadata and controls
51 lines (39 loc) · 1.88 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Pod::Spec.new do |s|
s.name = 'BSA_SDK'
s.version = '0.9.5'
s.summary = 'distribute BSA-SDK '
s.description = 'distribute BSA-SDK 2023-08-30'
s.homepage = 'https://fnsvalue.co.kr/'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = "© 2019 FNS VALUE Co., Ltd."
s.author = { 'fnsvalue' => 'tech@fnsvalue.co.kr' }
# s.source = { :git => 'https://github.com/fnsvalue-git/PodCreateTest.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/fnsvalue-git/BSA-SDK-Pod.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
# s.source_files = "GuardianSDKiOS", "GuardianSDKiOS/**/*.{h,m,swift}"
s.source_files = 'BSA_SDK.swiftmodule/**/*.{*}'
s.ios.vendored_libraries = 'libBSA-SDK.a'
s.platform = :ios
s.swift_version = "4.2"
s.ios.deployment_target = '12.0'
s.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
# s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
## s.platform = :ios, "12.0"
## s.ios.deployment_target = '12.0'
## s.platform = :ios, "12.0"
# s.pod_target_xcconfig = { 'IPHONEOS_DEPLOYMENT_TARGET' => '12.0' }
# s.user_target_xcconfig = { 'IPHONEOS_DEPLOYMENT_TARGET' => '12.0' }
# s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
# s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
## s.source_files = 'PodCreateTest/*'
## s.source_files = 'PrivateGuardianSDKiOS/**/*'
## s.exclude_files = "Classes/Exclude"
# s.dependency 'Alamofire', '~> 5.5'
# s.dependency 'CryptoSwift', '1.3.2'
# s.dependency 'SwiftyJSON'
# s.dependency 'StompClientLib'
# s.dependency 'DeviceKit'
# s.dependency 'SwiftOTP', '2.0.2'
end