[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 3 / 9 / 2 / JSocketSDK / 0.1.0 / JSocketSDK.podspec.json
blob9e50ce58f99024ac0ae5769de567237d1a3f2f93
2   "name": "JSocketSDK",
3   "version": "0.1.0",
4   "summary": "A short description of JSocketSDK.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "git@github.com:XLKTorion/JSocketSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xuliangkun": "kun.xu@jspp.cn"
13   },
14   "source": {
15     "git": "git@github.com:XLKTorion/JSocketSDK.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "exclude_files": "JSocketSDK/Classes/Cmd/**/*",
22   "xcconfig": {
23     "ENABLE_BITCOOE": "NO"
24   },
25   "swift_versions": "5.0",
26   "source_files": "JSocketSDK/Classes/**/*",
27   "public_header_files": "JSocketSDK/Classes/public_header.h",
28   "requires_arc": true,
29   "dependencies": {
30     "CryptoSwift": [
32     ],
33     "ToSnappy": [
35     ],
36     "MSWeakTimer": [
38     ],
39     "SVGAPlayer": [
41     ]
42   },
43   "subspecs": [
44     {
45       "name": "no-arc",
46       "requires_arc": false,
47       "source_files": "JSocketSDK/Classes/Cmd/**/*"
48     }
49   ],
50   "swift_version": "5.0"