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] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git]
/
Specs
/
8
/
1
/
5
/
JFBCrypt
/
0.1
/
JFBCrypt.podspec.json
blob
6f8436a17db2fbb339ae1918c81299d08b88d5bc
1
{
2
"name": "JFBCrypt",
3
"version": "0.1",
4
"summary": "BCrypt in Objective C",
5
"authors": "Jason Fuerstenberg",
6
"homepage": "http://www.jayfuerstenberg.com/blog/bcrypt-in-objective-c",
7
"license": {
8
"type": "Apache",
9
"file": "LICENSE"
10
},
11
"source": {
12
"git": "https://github.com/krzak/JFCommon.git",
13
"tag": "v0.1"
14
},
15
"platforms": {
16
"ios": null
17
},
18
"source_files": [
19
"JFBCrypt.*",
20
"JFGC.h",
21
"JFRandom.*"
22
],
23
"requires_arc": false
24
}