| { |
| "name": "XPCSwift", |
| "version": "0.0.2", |
| "summary": "Type safe Swift wrapper for libxpc", |
| "description": " XPCSwift makes it easy to use xpc_object_t in a type safe manner.\n", |
| "homepage": "https://github.com/IngmarStein/XPCSwift", |
| "license": { |
| "type": "Apache License, Version 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ingmar Stein": "IngmarStein@gmail.com" |
| }, |
| "social_media_url": "https://twitter.com/IngmarStein", |
| "platforms": { |
| "osx": "10.9" |
| }, |
| "source": { |
| "git": "https://github.com/IngmarStein/XPCSwift.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": "XPCSwift/**/*.{m,h,swift}", |
| "public_header_files": "XPCSwift/**/*.h", |
| "requires_arc": true |
| } |