[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / 8 / c / FHDrawGLView / 0.1.1 / FHDrawGLView.podspec.json
blob788d3886182da52480eed630614a61d246e93772
2   "name": "FHDrawGLView",
3   "version": "0.1.1",
4   "summary": "用于对图像进行绘画的OpenGLES工具类",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/Shadow-Knife/FHDrawGLView",
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/FHDrawGLView.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "resource_bundles": {
22     "FHDrawGLView": [
23       "FHDrawGLView/Assets/GLSL/*",
24       "FHDrawGLView/Assets/Resources/*"
25     ]
26   },
27   "ios": {
28     "vendored_frameworks": "FHDrawGLView/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   }