[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / 6 / 5 / DHImageKit / 0.0.5 / DHImageKit.podspec.json
blob3c601bd714d4524c7b31ba23abbc05a813c987e9
2   "name": "DHImageKit",
3   "version": "0.0.5",
4   "summary": "DHImageKit is a library that allows you to edit image easily",
5   "description": "DHImageKit is a image editing library based on GPUImage. Providing both the abliity to add a filter to whole image and the ability to edit single component of a image",
6   "homepage": "https://github.com/Danielhhs/DHImageKit",
7   "license": "MIT",
8   "authors": {
9     "Daniel Huang": "Danielhhs@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/Danielhhs/DHImageKit.git",
16     "tag": "0.0.5"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/Source/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true,
24   "xcconfig": {
25     "CLANG_MODULES_AUTOLINK": "YES"
26   },
27   "frameworks": [
28     "OpenGLES",
29     "CoreMedia",
30     "QuartzCore",
31     "AVFoundation"
32   ],
33   "dependencies": {
34     "GPUImage": [
36     ]
37   }