blob: 1bbf920387ebf36d82377d3e8e2d2f03f2dea4a3 [file] [log] [blame]
{
"name": "DHImageKit",
"version": "1.1.3",
"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/DHImageKit",
"license": "MIT",
"authors": {
"Daniel Huang": "Danielhhs@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Danielhhs/DHImageKit.git",
"tag": "1.1.3"
},
"source_files": [
"Classes",
"Classes/Source/**/*.{h,m}"
],
"resources": [
"Classes/Resource/*.png",
"Classes/Resource/*.acv"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
},
"frameworks": [
"OpenGLES",
"CoreMedia",
"QuartzCore",
"AVFoundation"
],
"dependencies": {
"GPUImage": [
]
}
}