[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 9 / 6 / 5 / DHImageKit / 0.0.7 / DHImageKit.podspec.json
blob1472aae98ed968e9a835469ec95498377f3240c4
2   "name": "DHImageKit",
3   "version": "0.0.7",
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.7"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/Source/**/*.{h,m}"
21   ],
22   "resources": "Classes/Resource/*.png",
23   "exclude_files": "Classes/Exclude",
24   "requires_arc": true,
25   "xcconfig": {
26     "CLANG_MODULES_AUTOLINK": "YES"
27   },
28   "frameworks": [
29     "OpenGLES",
30     "CoreMedia",
31     "QuartzCore",
32     "AVFoundation"
33   ],
34   "dependencies": {
35     "GPUImage": [
37     ]
38   }