[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / f / c / TFLiteCamera / 0.0.2 / TFLiteCamera.podspec.json
blob2706652b288c08d5d77d7e1d6bab92c0712a3a68
2   "name": "TFLiteCamera",
3   "version": "0.0.2",
4   "summary": "iOS SDK for using .tflite model to classify camera scanning result",
5   "swift_versions": "4.0",
6   "description": "iOS SDK for using .tflite model to classify camera scanning result, with example",
7   "homepage": "https://gitlab.com/dung.nguyenquoc",
8   "pod_target_xcconfig": {
9     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
10   },
11   "user_target_xcconfig": {
12     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
13   },
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "authors": {
19     "dung.nguyenquoc": "dung.nguyenquoc@vti.com.vn"
20   },
21   "source": {
22     "git": "https://gitlab.com/dung.nguyenquoc/tflitecamera.git",
23     "tag": "0.0.2"
24   },
25   "platforms": {
26     "ios": "10.0"
27   },
28   "source_files": "TFLiteCamera/Classes/**/*",
29   "static_framework": true,
30   "dependencies": {
31     "TensorFlowLiteTaskVision": [
33     ]
34   },
35   "swift_version": "4.0"