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