[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 1 / d / XPCSwift / 0.0.1 / XPCSwift.podspec.json
blob25f3816152e0bffaf66cd17533071b04a01208bd
2   "name": "XPCSwift",
3   "version": "0.0.1",
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   "platforms": {
15     "osx": "10.9"
16   },
17   "source": {
18     "git": "https://github.com/IngmarStein/XPCSwift.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "XPCSwift/**/*.{m,h,swift}",
22   "public_header_files": "XPCSwift/**/*.h"