-
Notifications
You must be signed in to change notification settings - Fork 0
/
TxtReader.podspec
34 lines (24 loc) · 1.27 KB
/
TxtReader.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
Pod::Spec.new do |spec|
spec.name = "TxtReader"
spec.version = "1.1.0"
spec.summary = "SDK whitch is useing for free login."
spec.description = <<-DESC
一个用来免密登录的sdk ,fuck apple fuck xhm,i just want tn xhm s b
DESC
spec.homepage = "http://www.jiguang.cn"
spec.license = "MIT"
spec.author = { "Qi" => "[email protected]" }
spec.source = { :git => "https://github.com/DLSaMa/WUVer.git", :tag => "#{spec.version}" }
#spec.source = { :https => "https://hmrz.wo.cn/sdk-deliver/ios/union-sdk-ios-hmrz-v___test_20200601.zip"}
#spec.source = { :http => "http://hmrz.wo.cn/sdk-deliver/ios/union-sdk-ios-hmrz-v1.2.0.zip"}
#spec.public_header_files = 'release/WuVerification.h'
#spec.source_files = "*/WUSwitch/*.{h,m}"
#spec.vendored_libraries ="*/WUVerification_release.a","*/libXCLogStaticDemo.a"
spec.source_files = "Release", "Release/*.{h}"
spec.resource = "Release/wuVerResources.bundle"
spec.vendored_libraries = "Release/libWUVerification.a"
#spec.resource = "*/wuVerResources.bundle"
#spec.resource_bundles = { 'wuVerResources' => ['wuVerResources/*.png'], }
spec.platform = :ios, '8.0'
spec.requires_arc = true
end