[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 1 / d / XPCSwift / 0.0.4 / XPCSwift.podspec.json
bloba90c11886ef03de33d4daca9a036ad34f431bf35
2   "name": "XPCSwift",
3   "version": "0.0.4",
4   "summary": "Type safe Swift wrapper for libxpc",
5   "description": "                   XPCSwift makes it easy to use xpc_object_t in a type safe manner.\n",
6   "homepage": "https://github.com/IngmarStein/XPCSwift",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ingmar Stein": "IngmarStein@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/IngmarStein",
15   "platforms": {
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/IngmarStein/XPCSwift.git",
20     "tag": "0.0.4"
21   },
22   "source_files": "XPCSwift/**/*.{h,swift}",
23   "public_header_files": "XPCSwift/**/*.h",
24   "requires_arc": true