[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / 3 / a / XLFacility / 1.4.1 / XLFacility.podspec.json
bloba01ac473669c1e4c44e15e7fb650572f3de0df5f
2   "name": "XLFacility",
3   "version": "1.4.1",
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.4.1"
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": "Networking",
31       "dependencies": {
32         "XLFacility/Core": [
34         ]
35       },
36       "source_files": "XLFacility/Networking/*.{h,m}",
37       "requires_arc": true,
38       "ios": {
39         "frameworks": "CFNetwork"
40       }
41     },
42     {
43       "name": "Extensions",
44       "dependencies": {
45         "XLFacility/Core": [
47         ],
48         "XLFacility/Networking": [
50         ]
51       },
52       "source_files": "XLFacility/Extensions/*.{h,m}",
53       "requires_arc": true,
54       "ios": {
55         "libraries": "sqlite3"
56       },
57       "osx": {
58         "libraries": "sqlite3"
59       }
60     },
61     {
62       "name": "UserInterface",
63       "dependencies": {
64         "XLFacility/Core": [
66         ]
67       },
68       "source_files": "XLFacility/UserInterface/*.{h,m}",
69       "ios": {
70         "exclude_files": "XLFacility/UserInterface/XLAppKitOverlayLogger.{h,m}"
71       },
72       "osx": {
73         "exclude_files": "XLFacility/UserInterface/XLUIKitOverlayLogger.{h,m}"
74       },
75       "requires_arc": true
76     }
77   ]