[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / d / 3 / a / XLFacility / 1.5.2 / XLFacility.podspec.json
blob5c4b07817f7bf9eea5bd902092e9388f9efd3235
2   "name": "XLFacility",
3   "version": "1.5.2",
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.2"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
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       "ios": {
35         "frameworks": "CFNetwork"
36       }
37     },
38     {
39       "name": "GCDTelnetServer",
40       "dependencies": {
41         "XLFacility/GCDNetworking": [
43         ]
44       },
45       "source_files": "GCDTelnetServer/GCDTelnetServer/*.{h,m}",
46       "private_header_files": "GCDTelnetServer/GCDTelnetServer/*Private.h",
47       "requires_arc": true,
48       "ios": {
49         "frameworks": "CFNetwork"
50       }
51     },
52     {
53       "name": "Extensions",
54       "dependencies": {
55         "XLFacility/Core": [
57         ],
58         "XLFacility/GCDTelnetServer": [
60         ]
61       },
62       "source_files": "XLFacility/Extensions/*.{h,m}",
63       "requires_arc": true,
64       "ios": {
65         "libraries": "sqlite3"
66       },
67       "osx": {
68         "libraries": "sqlite3"
69       }
70     },
71     {
72       "name": "UserInterface",
73       "dependencies": {
74         "XLFacility/Core": [
76         ]
77       },
78       "source_files": "XLFacility/UserInterface/*.{h,m}",
79       "ios": {
80         "exclude_files": "XLFacility/UserInterface/XLAppKitOverlayLogger.{h,m}"
81       },
82       "osx": {
83         "exclude_files": "XLFacility/UserInterface/XLUIKitOverlayLogger.{h,m}"
84       },
85       "requires_arc": true
86     }
87   ]