[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / d / 8 / c / FHDrawGLView / 0.1.6 / FHDrawGLView.podspec.json
blobfd887f58b713f6a7b2cb56f1cbac8cbeffc562d4
2   "name": "FHDrawGLView",
3   "version": "0.1.6",
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.6"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "FHDrawGLView/Classes/*.h",
22   "resource_bundles": {
23     "FHDrawGLView": [
24       "FHDrawGLView/Assets/GLSL/*",
25       "FHDrawGLView/Assets/Image/*"
26     ]
27   },
28   "ios": {
29     "vendored_frameworks": "FHDrawGLView/Frameworks/*.framework"
30   },
31   "pod_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "user_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36   }