[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / a / d / DHAnimationKit / 1.0.0 / DHAnimationKit.podspec.json
blobeec571506f84bc5572b8bebd358937602b0b2096
2   "name": "DHAnimationKit",
3   "version": "1.0.0",
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/DHAnimationKit",
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/DHAnimationKit.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/Source/**/*.{h,m,c}"
21   ],
22   "resources": [
23     "Classes/Resource/*.glsl",
24     "Classes/Resource/*.png",
25     "Classes/Resource/*.jpg"
26   ],
27   "exclude_files": "Classes/Exclude",
28   "requires_arc": true,
29   "xcconfig": {
30     "CLANG_MODULES_AUTOLINK": "YES"
31   },
32   "frameworks": [
33     "OpenGLES",
34     "CoreMedia",
35     "QuartzCore",
36     "AVFoundation"
37   ]