[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 3 / a / XLFacility / 1.5.15 / XLFacility.podspec.json
blob4dc704d3b993965384b3271e9df755bb658e28e4
2   "name": "XLFacility",
3   "version": "1.5.15",
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.15"
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       "exclude_files": "XLFacility/Core/XLFacilityCMacros.h",
28       "requires_arc": true
29     },
30     {
31       "name": "GCDNetworking",
32       "source_files": "GCDTelnetServer/GCDNetworking/GCDNetworking/*.{h,m}",
33       "private_header_files": "GCDTelnetServer/GCDNetworking/GCDNetworking/*Private.h",
34       "requires_arc": true,
35       "osx": {
36         "frameworks": "SystemConfiguration"
37       },
38       "ios": {
39         "frameworks": "CFNetwork"
40       }
41     },
42     {
43       "name": "GCDTelnetServer",
44       "dependencies": {
45         "XLFacility/GCDNetworking": [
47         ]
48       },
49       "source_files": "GCDTelnetServer/GCDTelnetServer/*.{h,m}",
50       "private_header_files": "GCDTelnetServer/GCDTelnetServer/*Private.h",
51       "requires_arc": true,
52       "osx": {
53         "frameworks": "SystemConfiguration"
54       },
55       "ios": {
56         "frameworks": "CFNetwork"
57       }
58     },
59     {
60       "name": "Extensions",
61       "dependencies": {
62         "XLFacility/Core": [
64         ],
65         "XLFacility/GCDTelnetServer": [
67         ]
68       },
69       "source_files": "XLFacility/Extensions/*.{h,m}",
70       "requires_arc": true,
71       "ios": {
72         "libraries": "sqlite3"
73       },
74       "osx": {
75         "libraries": "sqlite3"
76       }
77     },
78     {
79       "name": "UserInterface",
80       "dependencies": {
81         "XLFacility/Core": [
83         ]
84       },
85       "source_files": "XLFacility/UserInterface/*.{h,m}",
86       "ios": {
87         "exclude_files": "XLFacility/UserInterface/XLAppKitOverlayLogger.{h,m}"
88       },
89       "osx": {
90         "exclude_files": "XLFacility/UserInterface/XLUIKitOverlayLogger.{h,m}"
91       },
92       "requires_arc": true
93     }
94   ]