[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / b / a / FSNumberUtils / 1.0.0 / FSNumberUtils.podspec.json
blobd67b42bc81a2f4f31e9a62e10ab18ba64a1155b3
2   "name": "FSNumberUtils",
3   "version": "1.0.0",
4   "summary": "数值显示处理工具",
5   "description": "iOS数值精度处理工具。主要包含舍入方法(四舍五入、尾数舍去),末尾补零处理(末尾舍零,末尾补零)。标准化处理业务需要的场景,简单易用。",
6   "homepage": "https://github.com/zhangzhongyan/FSNumberUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangzhongyan": "749994100@qq.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/zhangzhongyan/FSNumberUtils.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "FSNumberUtils/FSNumberUtils/**/*.{h,m}",
22   "requires_arc": true