[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / b / e / WHTwistGLView / 0.1.4 / WHTwistGLView.podspec.json
blobaec5462be9328d0fa1c811435d335ca67a01c7e3
2   "name": "WHTwistGLView",
3   "version": "0.1.4",
4   "summary": "用于对图像进行流线扭曲操作的OpenGLES工具类",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/Shadow-Knife/WHTwistGLView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Shadow Knife": "3040576626@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/Shadow-Knife/WHTwistGLView.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "WHTwistGLView/Classes/**/*",
22   "resource_bundles": {
23     "WHTwistGLView": [
24       "WHTwistGLView/Assets/*"
25     ]
26   },
27   "ios": {
28     "vendored_frameworks": "WHTwistGLView/Frameworks/*.framework"
29   },
30   "pod_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "user_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   }