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] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git]
/
Specs
/
8
/
1
/
4
/
TEncryption
/
1.0.1
/
TEncryption.podspec.json
blob
28c58a52e03b90b4398e627d1a097ea29849d184
1
{
2
"name": "TEncryption",
3
"version": "1.0.1",
4
"summary": "md5, DES, AES, GTMBase64等加密方式",
5
"homepage": "https://github.com/Fmyz/TEncryption",
6
"license": "MIT",
7
"authors": {
8
"Fmyz": "https://github.com/Fmyz/TEncryption"
9
},
10
"platforms": {
11
"ios": "7.0"
12
},
13
"source": {
14
"git": "https://github.com/Fmyz/TEncryption.git",
15
"tag": "1.0.1"
16
},
17
"source_files": "TEncryption/*.{h,m}",
18
"dependencies": {
19
"AESCrypt": [
20
"~> 0.0.1"
21
],
22
"GTMBase64": [
23
"~> 1.0.0"
24
]
25
},
26
"requires_arc": true
27
}