[Add] AcousticConnect 1.0.47
[CocoaPods.git] / Specs / 4 / d / f / XLFacility.optimize / 1.5.19 / XLFacility.optimize.podspec.json
blob9228deddb0073d6c4971388c8ae78bb76bd58168
2   "name": "XLFacility.optimize",
3   "version": "1.5.19",
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/pcjbird/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/pcjbird/XLFacility.git",
15     "tag": "1.5.19"
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       "ios": {
30         "libraries": "sqlite3"
31       },
32       "osx": {
33         "libraries": "sqlite3"
34       }
35     },
36     {
37       "name": "GCDNetworking",
38       "source_files": "GCDTelnetServer/GCDNetworking/GCDNetworking/*.{h,m}",
39       "private_header_files": "GCDTelnetServer/GCDNetworking/GCDNetworking/*Private.h",
40       "requires_arc": true,
41       "osx": {
42         "frameworks": "SystemConfiguration"
43       },
44       "ios": {
45         "frameworks": "CFNetwork"
46       }
47     },
48     {
49       "name": "GCDTelnetServer",
50       "dependencies": {
51         "XLFacility.optimize/GCDNetworking": [
53         ]
54       },
55       "source_files": "GCDTelnetServer/GCDTelnetServer/*.{h,m}",
56       "private_header_files": "GCDTelnetServer/GCDTelnetServer/*Private.h",
57       "requires_arc": true,
58       "osx": {
59         "frameworks": "SystemConfiguration"
60       },
61       "ios": {
62         "frameworks": "CFNetwork"
63       }
64     },
65     {
66       "name": "Networking",
67       "dependencies": {
68         "XLFacility.optimize/Core": [
70         ],
71         "XLFacility.optimize/GCDTelnetServer": [
73         ]
74       },
75       "source_files": "XLFacility/Networking/*.{h,m}",
76       "requires_arc": true
77     },
78     {
79       "name": "UserInterface",
80       "dependencies": {
81         "XLFacility.optimize/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   ]