-
Notifications
You must be signed in to change notification settings - Fork 0
/
MCShare.podspec
39 lines (33 loc) · 1.45 KB
/
MCShare.podspec
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
Pod::Spec.new do |s|
s.name = "MCShare"
s.version = "0.0.4"
s.summary = "Social share & Auth(QQ、微信、微博、支付宝、Telegram、钉钉)."
s.description = "第三方分享、授权组件,依赖于LDSDKManager_IOS(QQ、微信、微博、支付宝、Telegram、钉钉)."
s.license = 'MIT'
s.author = { "littleplayer" => "[email protected]" }
s.homepage = "https://github.com/poholo/MCShare"
s.source = { :git => "https://github.com/poholo/MCShare.git", :tag => s.version.to_s }
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'SDK/Api/*.{h,m,mm}',
'SDK/Helper/*.{h,m,mm}',
'SDK/Models/*.{h,m,mm}',
'SDK/Vender/Toast/*.{h,m,mm}',
'SDK/Utils/*.{h,m,mm}',
'SDK/Views/*.{h,m,mm}',
'SDK/VM/*.{h,m,mm}',
'SDK/*.{h,m,mm}'
s.public_header_files ='SDK/Api/*.h',
'SDK/Helper/*h',
'SDK/Models/*.h',
'SDK/Vender/Toast/*.h',
'SDK/Utils/*.h',
'SDK/Views/*.h',
'SDK/VM/*.h',
'SDK/*.h'
s.dependency 'LDSDKManager'
s.dependency 'MMPopupView'
s.dependency 'SDWebImage/GIF'
s.dependency 'SDVersion'
s.dependency 'MCStyle'
end