blob: 9990084b9d719f231b8b622a4d1892ca60d56b77 [file] [log] [blame]
{
"name": "BigInteger",
"version": "1.0.0",
"summary": "BigInteger(大数据处理).",
"description": " 该工程有两个大数据处理类 一个是调用C代码写的OC操作类来进行处理,另一个是原生OC代码(ARC)处理! 看各自爱好选择!\n",
"homepage": "https://github.com/p709723778/BigInteger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Soto": "p709723778@126.com"
},
"source": {
"git": "https://github.com/p709723778/BigInteger.git",
"tag": "1.0.0"
},
"source_files": [
"BigInteger",
"BigInteger/**/*.{h,m}"
],
"exclude_files": "BigInteger/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}