4 "summary": "Swift wrapper for Mac accessibility APIs",
5 "description": "AXSwift is a Swift wrapper for OS X's C-based accessibility client APIs. Working with these APIs\nis error-prone and a huge pain, so AXSwift makes everything easier:\n\n- Modern API that's 100% Swift\n- Explicit error handling\n- Complete coverage of the underlying C API\n- Better documentation than Apple's, which is pretty poor\n\nThis framework is intended as a basic wrapper and doesn't keep any state or do any \"magic\".\nThat's up to you!",
6 "homepage": "https://github.com/tmandry/AXSwift",
12 "Tyler Mandry": "tmandry@gmail.com"
15 "git": "https://github.com/tmandry/AXSwift.git",
18 "social_media_url": "https://twitter.com/tmandry",
22 "source_files": "Sources/*.{swift,h}",
23 "public_header_files": "Sources/*.h",
24 "frameworks": "Cocoa",
25 "pushed_with_swift_version": "4"