blob: 002b0db41f8b2a988819c8816a1eaf03fb5fa29a [file] [log] [blame]
{
"name": "JNWAnimatableWindow",
"version": "0.5.0",
"summary": "Smooth animation of a NSWindow using a CALayer.",
"homepage": "https://github.com/jwilling/JNWAnimatableWindow",
"license": "MIT",
"authors": {
"Jonathan Willing": "hi@jwilling.com"
},
"source": {
"git": "https://github.com/jwilling/JNWAnimatableWindow.git",
"tag": "0.5.0"
},
"platforms": {
"osx": "10.7"
},
"source_files": "JNWAnimatableWindow.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true
}