2 "name": "KFAppleScriptHandlerAdditions",
4 "license": "CC Attribution-NonCommercial",
5 "summary": "A NSAppleScript category to ease integration with AppleScripts from Cocoa.",
6 "homepage": "http://homepage.mac.com/kenferry/software.html",
8 "Ken Ferry": "kenferry@mac.com"
11 "git": "https://github.com/iloveitaly/KFAppleScriptHandlerAdditions.git",
14 "description": "KFAppleScriptHandlerAdditions makes it easy to call subroutines (with arguments) of compiled AppleScript scripts. With these additions, applescripts can become easily accessed helper objects within a mostly cocoa app. Extra script compilation is also avoided.",
18 "source_files": "KF*.{h,m}",