repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git]
/
Specs
/
0
/
b
/
f
/
ZCTouchID
/
1.0.0
/
ZCTouchID.podspec.json
blob
b22639e9d3de22aa99250ec8e7a66abb76213ef4
1
{
2
"name": "ZCTouchID",
3
"version": "1.0.0",
4
"summary": "一行代码在你的App中加入TouchID指纹验证",
5
"homepage": "https://github.com/zcill/ZCTouchID",
6
"license": "MIT",
7
"authors": {
8
"zcill": "zcillcoder@gmail.com"
9
},
10
"platforms": {
11
"ios": "8.0"
12
},
13
"source": {
14
"git": "https://github.com/zcill/ZCTouchID.git",
15
"tag": "1.0.0"
16
},
17
"source_files": "ZCTouchID/*.{h,m}",
18
"frameworks": [
19
"Foundation",
20
"UIKit",
21
"LocalAuthentication"
22
],
23
"requires_arc": true
24
}