[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / 1 / 3 / BigInteger / 1.0.0 / BigInteger.podspec.json
blob9990084b9d719f231b8b622a4d1892ca60d56b77
2   "name": "BigInteger",
3   "version": "1.0.0",
4   "summary": "BigInteger(大数据处理).",
5   "description": "                   该工程有两个大数据处理类 一个是调用C代码写的OC操作类来进行处理,另一个是原生OC代码(ARC)处理! 看各自爱好选择!\n",
6   "homepage": "https://github.com/p709723778/BigInteger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Soto": "p709723778@126.com"
13   },
14   "source": {
15     "git": "https://github.com/p709723778/BigInteger.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "BigInteger",
20     "BigInteger/**/*.{h,m}"
21   ],
22   "exclude_files": "BigInteger/Exclude",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "requires_arc": true