blob: 9b66fb8806f1bb5efb802e3a16afb13c56f594ba [file] [log] [blame]
{
"name": "XPCSwift",
"version": "0.0.6",
"summary": "Type safe Swift wrapper for libxpc",
"description": "XPCSwift makes it easy to use xpc_object_t in a type safe manner.",
"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.6"
},
"source_files": "XPCSwift/**/*.{h,swift}",
"public_header_files": "XPCSwift/**/*.h",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}