[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 3 / e / KFAppleScriptHandlerAdditions / 2.3.0 / KFAppleScriptHandlerAdditions.podspec.json
blob470bc93362a88e140987bef0a1dbbb0a2a8b4906
2   "name": "KFAppleScriptHandlerAdditions",
3   "version": "2.3.0",
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",
7   "authors": {
8     "Ken Ferry": "kenferry@mac.com"
9   },
10   "source": {
11     "git": "https://github.com/iloveitaly/KFAppleScriptHandlerAdditions.git",
12     "tag": "2.3.0"
13   },
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.",
15   "platforms": {
16     "osx": null
17   },
18   "source_files": "KF*.{h,m}",
19   "requires_arc": false