[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / 8 / 2 / Code1CardLib / 0.1.2 / Code1CardLib.podspec.json
blob62c11e21425e2770294868b7d2582dbd39c84410
2   "name": "Code1CardLib",
3   "version": "0.1.2",
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.2"
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     "Code1CardLib/res/bt_ic_card.png",
38     "Code1CardLib/res/camera_icon_pressed.png"
39   ],
40   "pod_target_xcconfig": {
41     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42   },
43   "user_target_xcconfig": {
44     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
45   },
46   "swift_version": "5.0"