-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLLAPPaySDK.podspec
More file actions
20 lines (19 loc) · 945 Bytes
/
LLAPPaySDK.podspec
File metadata and controls
20 lines (19 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = 'LLAPPaySDK'
s.version = '2.7.9'
s.summary = 'LLAPPaySDK.'
s.description = <<-DESC
LLAPPaySDK 是连连支付的 Pay SDK , 可以调起苹果的 Pay
DESC
s.homepage = 'https://github.com/LLPayiOSDev/LLAPPaySDK'
s.license = { :type => 'Copyright', :text => '© 2003-2019 Lianlian Yintong Electronic Payment Co., Ltd. All rights reserved.' }
s.author = { 'LLPayiOSDev' => 'iosdev@lianlianpay.com' }
s.source = { :git => 'https://github.com/LLPayiOSDev/LLAPPaySDK.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.requires_arc = true
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
s.source_files = 'LLAPPaySDK/**/*.{h,m}'
s.public_header_files = 'LLAPPaySDK/**/*.h'
s.ios.vendored_library = 'LLAPPaySDK/libLLAPPaySDK.a'
s.dependency 'LLPay/Core','2.7.9'
end