[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 9 / 0 / a / AXSwift / 0.2.1 / AXSwift.podspec.json
blob73cafc19b8c7af0830f506dff71ef50b60efb6b5
2   "name": "AXSwift",
3   "version": "0.2.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tyler Mandry": "tmandry@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tmandry/AXSwift.git",
16     "tag": "0.2.1"
17   },
18   "social_media_url": "https://twitter.com/tmandry",
19   "platforms": {
20     "osx": "10.10"
21   },
22   "source_files": "Sources/*.{swift,h}",
23   "public_header_files": "Sources/*.h",
24   "frameworks": "Cocoa",
25   "pushed_with_swift_version": "4"