blob: 470bc93362a88e140987bef0a1dbbb0a2a8b4906 [file] [log] [blame]
{
"name": "KFAppleScriptHandlerAdditions",
"version": "2.3.0",
"license": "CC Attribution-NonCommercial",
"summary": "A NSAppleScript category to ease integration with AppleScripts from Cocoa.",
"homepage": "http://homepage.mac.com/kenferry/software.html",
"authors": {
"Ken Ferry": "kenferry@mac.com"
},
"source": {
"git": "https://github.com/iloveitaly/KFAppleScriptHandlerAdditions.git",
"tag": "2.3.0"
},
"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.",
"platforms": {
"osx": null
},
"source_files": "KF*.{h,m}",
"requires_arc": false
}