blob: 74ea818bbfcc53eba3c89db30108d1e55ac95dba [file] [log] [blame]
{
"name": "JNWScrollView",
"version": "0.1",
"summary": "A subclass of NSScroll/ClipView with better animations",
"homepage": "https://github.com/jwilling/JNWScrollView",
"license": "MIT",
"authors": {
"Jonathan Willing": "hi@jwilling.com"
},
"source": {
"git": "https://github.com/jwilling/JNWScrollView.git",
"tag": "0.1"
},
"platforms": {
"osx": "10.8"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"frameworks": [
"Cocoa",
"QuartzCore"
]
}