[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / 1 / 3 / BigInteger / 1.0.2 / BigInteger.podspec.json
blobcb2cc965f49fe4bd8a1c1df3d036bc6d4ca98559
2   "name": "BigInteger",
3   "version": "1.0.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "BigInteger(大数据处理).",
9   "homepage": "https://github.com/p709723778/BigInteger",
10   "authors": {
11     "Soto": "p709723778@126.com"
12   },
13   "source": {
14     "git": "https://github.com/p709723778/BigInteger.git",
15     "tag": "1.0.2"
16   },
17   "requires_arc": true,
18   "description": "                   该工程有两个大数据处理类 一个是调用C代码写的OC操作类来进行处理,另一个是原生OC代码(ARC)处理! 看各自爱好选择!\n",
19   "public_header_files": "BigInteger/**/*.h",
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "subspecs": [
25     {
26       "name": "JKBigInteger",
27       "source_files": "BigInteger/JKBigInteger/JK{BigInteger}.{h,m}",
28       "subspecs": [
29         {
30           "name": "LibTomMath",
31           "source_files": [
32             "BigInteger/JKBigInteger/LibTomMath/tommath{_class,_superclass}.{h,c}",
33             "BigInteger/JKBigInteger/LibTomMath/tommath.{h}"
34           ]
35         }
36       ]
37     },
38     {
39       "name": "STBigInteger",
40       "source_files": [
41         "BigInteger/STBigInteger/ST{BigInteger}.{h,m}",
42         "BigInteger/STBigInteger/NSString+HexToBytes.{h,m}"
43       ]
44     }
45   ]