[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / 6 / 5 / DHImageKit / 0.0.2 / DHImageKit.podspec.json
blob4cb2e1dffd58ab48736cc2170eb8b8ef5627b986
2   "name": "DHImageKit",
3   "version": "0.0.2",
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.2"
17   },
18   "exclude_files": "Classes/Exclude",
19   "requires_arc": true,
20   "xcconfig": {
21     "CLANG_MODULES_AUTOLINK": "YES"
22   },
23   "frameworks": [
24     "OpenGLES",
25     "CoreMedia",
26     "QuartzCore",
27     "AVFoundation"
28   ],
29   "dependencies": {
30     "GPUImage": [
32     ]
33   }