blob: 779a424e0532e607e6bb17636883a8a744178915 [file] [log] [blame]
{
"name": "DHAnimation",
"version": "0.1.0",
"summary": "An easy to use animation framework based on OpenGL ES",
"description": "DHAnimation is an iOS animation framework based on OpenGL ES. You can find transition animations, built in/out animations for a view/image, and animations for text.",
"homepage": "https://github.com/Danielhhs/DHAnimation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Huang Hongsen": "danielhhs@163.com"
},
"source": {
"git": "https://github.com/Danielhhs/DHAnimation.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DHAnimation/Classes/**/*"
}