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] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git]
/
Specs
/
1
/
7
/
3
/
SafeCrash
/
0.0.1
/
SafeCrash.podspec.json
blob
a421cc4db74cdf89ea499e0786095a4eba0f37da
1
{
2
"name": "SafeCrash",
3
"version": "0.0.1",
4
"summary": "避免 字典为nil,数组越界导致的crash",
5
"homepage": "https://github.com/RtzX/SafeCrash",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"RtZX": "993006816@qq.com"
12
},
13
"source": {
14
"git": "https://github.com/RtzX/SafeCrash.git",
15
"tag": "0.0.1"
16
},
17
"source_files": [
18
"SafeCrash",
19
"Safe/**/*.{h,m}"
20
],
21
"platforms": {
22
"ios": "8.0"
23
}
24
}