blob: ad4109356e6033d341539ffbc059ae3a1bb9bce9 [file] [log] [blame]
{
"name": "DHAnimationKit",
"version": "1.0.1",
"summary": "DHAnimationKit is a library that allows you to transit or show/hide views with beautiful animations",
"description": "DHAnimationKit is a library that allows you to add animations and transitions to views very easily. You can have the power of adding animations like in Keynotes very easily.",
"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.1"
},
"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"
]
}