blob: efc30c8c08eb8d7e6f9fd1db926b71b2cc89101d [file] [log] [blame]
{
"name": "Number",
"version": "0.1.1",
"summary": "一个计算方便、容易扩展的数值计算库。",
"description": "一个简单的数值计算的库,封装了系统的NSDecimalNumber,方便数值计算,避免精度的丢失。使用的时候可以直接对NSString、NSNumber、NSDecimalNumber类型的数做数值的加减乘除等运算。",
"homepage": "https://github.com/JyHu/Number",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JyHu": "auu.aug@gmail.com"
},
"source": {
"git": "https://github.com/JyHu/Number.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "AUUNumber/*.{h,m}"
}