-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathDWZShareKit.podspec
More file actions
22 lines (16 loc) · 939 Bytes
/
Copy pathDWZShareKit.podspec
File metadata and controls
22 lines (16 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "DWZShareKit"
s.version = "1.3.5"
s.summary = "DWZShareKit, gather wechat,qq,sina weibo sdk"
s.homepage = "https://github.com/lerosua/DWZShareKit.git"
s.license = "MIT"
s.author = { "lerosua" => "[email protected]" }
s.platform = :ios, '6.0'
s.source = { :git => "https://github.com/lerosua/DWZShareKit.git", :tag => "#{s.version}" }
s.source_files = "DWZShareSDKDemo/DWZShareSDKDemo/Core","DWZShareSDKDemo/DWZShareSDKDemo/Core/*.{h,m}","DWZShareSDKDemo/DWZShareSDKDemo/Extend/**/*.{h,m}"
s.libraries = "z", "sqlite3","stdc++"
s.frameworks = "CoreTelephony", "CoreGraphics","SystemConfiguration"
s.vendored_libraries = 'DWZShareSDKDemo/DWZShareSDKDemo/Extend/**/*.{a}';
s.resource = 'DWZShareSDKDemo/DWZShareSDKDemo/Extend/**/*.{bundle}','DWZShareSDKDemo/DWZShareSDKDemo/Media.xcassets/**/*.{png}';
s.requires_arc = true
end