blob: bab9ff77bc24aa86bcb7157d830045d78fed0a90 [file] [log] [blame]
{
"name": "JNWSpringAnimation",
"version": "0.1",
"summary": "JNWSpringAnimation is a subclass of CAKeyframeAnimation that adds support for creating damped harmonic animations.",
"homepage": "https://github.com/jwilling/JNWSpringAnimation",
"license": "MIT",
"authors": {
"Jonathan Willing": "jwilling@me.com"
},
"source": {
"git": "https://github.com/jwilling/JNWSpringAnimation.git",
"tag": "0.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"frameworks": "QuartzCore",
"requires_arc": true
}