[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / d / 4 / GJImage / 0.1.0 / GJImage.podspec.json
blobffede8b67a1ce522b3814c550aa2f3389a85b797
2   "name": "GJImage",
3   "version": "0.1.0",
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.0"
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   },
26   "platforms": {
27     "ios": "9.0"
28   },
29   "ios": {
30     "frameworks": [
31       "OpenGLES",
32       "CoreMedia",
33       "CoreVideo",
34       "QuartzCore",
35       "AVFoundation"
36     ]
37   },
38   "osx": {
39     "exclude_files": "GJImageFilters"
40   }