[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / f / 6 / TensorFlowKit / 1.0.0 / TensorFlowKit.podspec.json
blobbce301af286d48c230363ce8fc531f7073ccdb4c
2   "name": "TensorFlowKit",
3   "version": "1.0.0",
4   "summary": "Make TensorFlowLite easy to use.",
5   "description": "Just a few lines of code to set up, all the hard work this pod will take care of it.",
6   "homepage": "https://github.com/OsenseTech/TensorFlowKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "蘇健豪": "jenhausu@osensetech.com"
13   },
14   "source": {
15     "git": "https://github.com/OsenseTech/TensorFlowKit.git",
16     "tag": "1.0.0"
17   },
18   "swift_versions": [
19     "5.0"
20   ],
21   "platforms": {
22     "ios": "11.0"
23   },
24   "dependencies": {
25     "TensorFlowLiteSwift": [
27     ]
28   },
29   "static_framework": true,
30   "pod_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "user_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   },
36   "default_subspecs": "Core",
37   "subspecs": [
38     {
39       "name": "Core",
40       "source_files": "TensorFlowKit/Classes/Core/*"
41     },
42     {
43       "name": "ObjC",
44       "source_files": "TensorFlowKit/Classes/ObjC/*",
45       "dependencies": {
46         "TensorFlowKit/Core": [
48         ]
49       }
50     }
51   ],
52   "swift_version": "5.0"