blob: a90c11886ef03de33d4daca9a036ad34f431bf35 [file] [log] [blame]
{
"name": "XPCSwift",
"version": "0.0.4",
"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.4"
},
"source_files": "XPCSwift/**/*.{h,swift}",
"public_header_files": "XPCSwift/**/*.h",
"requires_arc": true
}