CNLivePayCostModule.podspec
2.68 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
#
# Be sure to run `pod lib lint CNLivePayCostModule.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 = 'CNLivePayCostModule'
s.version = '0.0.8'
s.summary = 'A short description of CNLivePayCostModule.'
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
TODO: Add long description of the pod here.
DESC
s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/CNLivePayCostModule'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'woshiliushiyu' => '1010530278@qq.com' }
s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLivePayCostModule.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '10.0'
# s.source_files = 'CNLivePayCostModule/Classes/**/*' s.public_header_files
s.source_files = "CNLivePayCostModule/Classes/Core/*.{h,m}","CNLivePayCostModule/Classes/View/*.{h,m}","CNLivePayCostModule/Classes/UMSPosPayOnly/include/*.h","CNLivePayCostModule/Classes/UPPaymentControl/*.h"
s.static_framework = true
s.resource_bundles = {
'CNLivePayCostModule' => ['CNLivePayCostModule/Assets/*']
}
# s.public_header_files = 'Pod/Classes/**/*.h'
s.vendored_libraries = 'CNLivePayCostModule/Classes/UMSPosPayOnly/*.a',"CNLivePayCostModule/Classes/UPPaymentControl/*.a"
#基础库导入
s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
#用户库
s.dependency 'CNLiveUserManagement'
#基础请求库
s.dependency 'CNLiveRequestBastKit'
#类别
s.dependency 'CNLiveCommonCategory'
#基础工具
s.dependency 'CNLiveBaseTools'
#基础SDK库(支付SDK)
s.dependency 'CNLiveSDK/CNLivePaySDK'
#基础SDK库(加密SDK)
s.dependency 'CNLiveSDK/CNLiveEncryptSDK'
#友盟统计组件
s.dependency 'UMCCommon'
#布局框架
s.dependency 'CNLiveNewTripartiteManagement/Masonry'
#基础框架BaseKit
s.dependency 'CNLiveBaseKit'
#自定义UI框架(CNLiveBasicsUI)
s.dependency 'CNLiveCustomUI/CNLiveBasicsUI'
#微信支付SDK
s.dependency 'WechatOpenSDK'
end