blob: 40f63054908d67257e1f176411c0efca1145c835 [file] [log] [blame]
{
"name": "JNWSpringAnimation",
"version": "0.5",
"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.5"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "*.{h,m}",
"exclude_files": "JNWSpringAnimationDemo/",
"public_header_files": "*.h",
"frameworks": "QuartzCore",
"requires_arc": true
}