[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / d / 4 / GJImage / 0.1.4 / GJImage.podspec.json
blob9d5e0fbd0fd70113cc0da271cdb6dff953df262c
2   "name": "GJImage",
3   "version": "0.1.4",
4   "license": "BSD",
5   "summary": "An open source iOS framework for GPU-based image and video processing.",
6   "homepage": "https://github.com/MuZiLee/GJImage",
7   "authors": {
8     "Brad Larson": "admin@sanshengit.com"
9   },
10   "source": {
11     "git": "https://github.com/MuZiLee/GJImage.git",
12     "tag": "0.1.4"
13   },
14   "source_files": [
15     "GJImage/*.{h,m}",
16     "GJImage/Filters/**/*.{h,m}",
17     "GJImage/Outputs/*.{h,m}",
18     "GJImage/Pipeline/*.{h,m}",
19     "GJImage/Sources/*.{h,m}",
20     "GJImageFilters/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "xcconfig": {
24     "CLANG_MODULES_AUTOLINK": "YES",
25     "OTHER_LDFLAGS": "-ObjC",
26     "ENABLE_BITCODE": "NO"
27   },
28   "platforms": {
29     "ios": "9.0"
30   },
31   "ios": {
32     "frameworks": [
33       "OpenGLES",
34       "CoreMedia",
35       "CoreVideo",
36       "QuartzCore",
37       "AVFoundation"
38     ]
39   },
40   "osx": {
41     "exclude_files": "GJImageFilters"
42   }