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] AlibabacloudMse20190531 6.13.0
[CocoaPods.git]
/
Specs
/
6
/
1
/
4
/
Xor_t
/
0.0.1
/
Xor_t.podspec.json
blob
1e8eb9a5bd2450c81bb314f4d6ce4c4e86605d66
1
{
2
"name": "Xor_t",
3
"version": "0.0.1",
4
"summary": "简单加密.",
5
"description": "0.0.1使用异或运算的简单加密.",
6
"homepage": "https://github.com/devfalme/Xor.git",
7
"license": "MIT",
8
"authors": {
9
"falme": "devfalme@163.com"
10
},
11
"platforms": {
12
"ios": "7.0"
13
},
14
"source": {
15
"git": "https://github.com/devfalme/Xor.git",
16
"tag": "0.0.1"
17
},
18
"source_files": "Encrypt/**/*.{h,m}",
19
"frameworks": [
20
"UIKit",
21
"Foundation"
22
],
23
"requires_arc": true
24
}