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] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git]
/
Specs
/
5
/
e
/
b
/
XDRandom
/
1.0.0
/
XDRandom.podspec.json
blob
6f83f114409f168a89c555e423ea5f5a45a4dbd6
1
{
2
"name": "XDRandom",
3
"version": "1.0.0",
4
"summary": "随机分整",
5
"description": "把一个整数随机分为 n 份",
6
"homepage": "https://github.com/Xiexingda/XDRandom",
7
"license": "MIT",
8
"authors": {
9
"xiexingda": "779656694@qq.com"
10
},
11
"platforms": {
12
"ios": "8.0"
13
},
14
"source": {
15
"git": "https://github.com/Xiexingda/XDRandom.git",
16
"tag": "1.0.0"
17
},
18
"source_files": [
19
"XDRandom",
20
"XDRandom/XDRandom/*.{h,m}"
21
],
22
"exclude_files": "XDRandom/Exclude",
23
"requires_arc": true
24
}