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