Skip to content

Commit c4b8302

Browse files
committed
Initial commit
0 parents  commit c4b8302

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

DXCaptchaSDK-1.7.0.zip

279 KB
Binary file not shown.

DXCaptchaSDK.podspec

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Pod::Spec.new do |s|
2+
3+
s.authors = "DX"
4+
s.name = "DXCaptchaSDK"
5+
s.version = "1.7.0"
6+
s.summary = "顶象无感验证"
7+
s.description = "顶象无感验证 dx-captcha SDK"
8+
s.homepage = "https://www.dingxiang-inc.com/docs/detail/captcha#doc-h3-12"
9+
s.license = { :type => "Commercial", :text => "dingxiang-inc"}
10+
s.author = { "CMBSDK" => "[email protected]" }
11+
s.source = { :http => "https://github.com/letspod/DXCaptchaSDK/raw/master/DXCaptchaSDK-1.7.0.zip" }
12+
s.requires_arc = true
13+
s.ios.deployment_target = '8.0'
14+
s.vendored_frameworks ='DingxiangCaptchaSDK.framework'
15+
s.resource = 'DXCaptcha.bundle'
16+
end

0 commit comments

Comments
 (0)