blob: eec571506f84bc5572b8bebd358937602b0b2096 [file] [log] [blame]
{
"name": "DHAnimationKit",
"version": "1.0.0",
"summary": "DHImageKit is a library that allows you to edit image easily",
"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",
"homepage": "https://github.com/Danielhhs/DHAnimationKit",
"license": "MIT",
"authors": {
"Daniel Huang": "Danielhhs@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Danielhhs/DHAnimationKit.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/Source/**/*.{h,m,c}"
],
"resources": [
"Classes/Resource/*.glsl",
"Classes/Resource/*.png",
"Classes/Resource/*.jpg"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
},
"frameworks": [
"OpenGLES",
"CoreMedia",
"QuartzCore",
"AVFoundation"
]
}