[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / d / 3 / a / XLFacility / 1.0 / XLFacility.podspec.json
blobd8c7ae4da7afd32c8d03386c4a83b150d097428c
2   "name": "XLFacility",
3   "version": "1.0",
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.0"
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/XLPrivate.h",
27       "requires_arc": true
28     },
29     {
30       "name": "Extensions",
31       "dependencies": {
32         "XLFacility/Core": [
34         ]
35       },
36       "source_files": "XLFacility/Extensions/*.{h,m}",
37       "requires_arc": true,
38       "ios": {
39         "libraries": "sqlite3",
40         "frameworks": "CFNetwork"
41       },
42       "osx": {
43         "libraries": "sqlite3"
44       }
45     },
46     {
47       "name": "UserInterface",
48       "dependencies": {
49         "XLFacility/Core": [
51         ]
52       },
53       "source_files": "XLFacility/UserInterface/*.{h,m}",
54       "osx": {
55         "exclude_files": "XLFacility/UserInterface/XLUIKitOverlayLogger.{h,m}"
56       },
57       "requires_arc": true
58     }
59   ]