blob: 6f83f114409f168a89c555e423ea5f5a45a4dbd6 [file] [log] [blame]
{
"name": "XDRandom",
"version": "1.0.0",
"summary": "随机分整",
"description": "把一个整数随机分为 n 份",
"homepage": "https://github.com/Xiexingda/XDRandom",
"license": "MIT",
"authors": {
"xiexingda": "779656694@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Xiexingda/XDRandom.git",
"tag": "1.0.0"
},
"source_files": [
"XDRandom",
"XDRandom/XDRandom/*.{h,m}"
],
"exclude_files": "XDRandom/Exclude",
"requires_arc": true
}