[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / d / 6 / OFESDK / 0.1.7 / OFESDK.podspec.json
blobc8e4a54cc16b682a4961e767cf380cb1be65decf
2   "name": "OFESDK",
3   "version": "0.1.7",
4   "summary": "A OFESDK for IM Plugin.",
5   "description": "A OFESDK for IM Plugin to Mercedes",
6   "homepage": "https://github.com/chuxia98/OFESDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yinhao": "875390797@qq.com"
13   },
14   "source": {
15     "git": "git@github.com:chuxia98/OFESDK.git",
16     "tag": "0.1.7"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": [
22     "OFEIM/OFEIM/**/IMViewController.h",
23     "OFEIM/OFEIM/**/OFESettings.h"
24   ],
25   "ios": {
26     "vendored_frameworks": "OFEIM.framework",
27     "public_header_files": [
28       "OFEIM/OFEIM/**/IMViewController.h",
29       "OFEIM/OFEIM/**/OFESettings.h"
30     ],
31     "pod_target_xcconfig": {
32       "VALID_ARCHS": "x86_64 armv7 arm64"
33     }
34   }