[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 3 / a / XLFacility / 1.5.9 / XLFacility.podspec.json
blob3002f4e13faa10eee3250b35021d8620b9885f3d
2   "name": "XLFacility",
3   "version": "1.5.9",
4   "authors": {
5     "Pierre-Olivier Latour": "info@pol-online.net"
6   },
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "homepage": "https://github.com/swisspol/XLFacility",
12   "summary": "Elegant and extensive logging facility for OS X & iOS (includes database, Telnet and HTTP servers)",
13   "source": {
14     "git": "https://github.com/swisspol/XLFacility.git",
15     "tag": "1.5.9"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.8"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "XLFacility/Core/*.{h,m}",
26       "private_header_files": "XLFacility/Core/*Private.h",
27       "requires_arc": true
28     },
29     {
30       "name": "GCDNetworking",
31       "source_files": "GCDTelnetServer/GCDNetworking/GCDNetworking/*.{h,m}",
32       "private_header_files": "GCDTelnetServer/GCDNetworking/GCDNetworking/*Private.h",
33       "requires_arc": true,
34       "osx": {
35         "frameworks": "SystemConfiguration"
36       },
37       "ios": {
38         "frameworks": "CFNetwork"
39       }
40     },
41     {
42       "name": "GCDTelnetServer",
43       "dependencies": {
44         "XLFacility/GCDNetworking": [
46         ]
47       },
48       "source_files": "GCDTelnetServer/GCDTelnetServer/*.{h,m}",
49       "private_header_files": "GCDTelnetServer/GCDTelnetServer/*Private.h",
50       "requires_arc": true,
51       "osx": {
52         "frameworks": "SystemConfiguration"
53       },
54       "ios": {
55         "frameworks": "CFNetwork"
56       }
57     },
58     {
59       "name": "Extensions",
60       "dependencies": {
61         "XLFacility/Core": [
63         ],
64         "XLFacility/GCDTelnetServer": [
66         ]
67       },
68       "source_files": "XLFacility/Extensions/*.{h,m}",
69       "requires_arc": true,
70       "ios": {
71         "libraries": "sqlite3"
72       },
73       "osx": {
74         "libraries": "sqlite3"
75       }
76     },
77     {
78       "name": "UserInterface",
79       "dependencies": {
80         "XLFacility/Core": [
82         ]
83       },
84       "source_files": "XLFacility/UserInterface/*.{h,m}",
85       "ios": {
86         "exclude_files": "XLFacility/UserInterface/XLAppKitOverlayLogger.{h,m}"
87       },
88       "osx": {
89         "exclude_files": "XLFacility/UserInterface/XLUIKitOverlayLogger.{h,m}"
90       },
91       "requires_arc": true
92     }
93   ]