[Add] TLCLock 0.4.2
[CocoaPods.git] / Specs / 5 / 8 / 2 / Code1CardLib / 0.1.1 / Code1CardLib.podspec.json
blobdff4a4fe125458f26375fcb634632ceb7592e75a
2   "name": "Code1CardLib",
3   "version": "0.1.1",
4   "summary": "Code1System Card Module.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/code1hong/Code1CardLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "code1hong": "code1hong@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/code1hong/Code1CardLib.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Code1CardLib/Classes/**/*",
22   "swift_versions": "5.0",
23   "static_framework": true,
24   "dependencies": {
25     "TensorFlowLiteSwift": [
26       "~> 2.3.0"
27     ],
28     "CryptoSwift": [
29       "~> 1.3.8"
30     ]
31   },
32   "resources": [
33     "Code1CardLib/res/card_s-fp16.tflite",
34     "Code1CardLib/res/classes.txt",
35     "Code1CardLib/res/Live.storyboard",
36     "Code1CardLib/res/Code1License.lic"
37   ],
38   "pod_target_xcconfig": {
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   },
41   "user_target_xcconfig": {
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
43   },
44   "swift_version": "5.0"