| { |
| "name": "DFAXUIElement", |
| "version": "1.0.4", |
| "authors": { |
| "raymondchans": "raymondchans@live.cn" |
| }, |
| "homepage": "https://github.com/DevilFinger/DFAXUIElement", |
| "summary": "A fastway to use Accessibility API in MacOS with AXUIElement with Swift", |
| "source": { |
| "git": "https://github.com/DevilFinger/DFAXUIElement.git", |
| "tag": "1.0.4" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "platforms": { |
| "osx": "10.11" |
| }, |
| "source_files": "Classes/**/*.{h,m,swift}", |
| "public_header_files": "Classes/*.h", |
| "swift_versions": "4.0", |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "4.0" |
| }, |
| "swift_version": "4.0" |
| } |