[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / d / e / SLF4Swift / 2.0.1 / SLF4Swift.podspec.json
blob67b334dbedcde75509254c47fd868e1de95e604d
2   "name": "SLF4Swift",
3   "version": "2.0.1",
4   "summary": "Simple Log Facade for Swift",
5   "description": "Simple Log Facade for Swift serves as a simple facade\nfor logging frameworks allowing the end user to plug in the desired\nlogging framework at deployment time",
6   "homepage": "https://github.com/phimage/SLF4Swift",
7   "license": "MIT",
8   "authors": {
9     "phimage": "eric.marchand.n7@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.9",
14     "watchos": "2.0",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/phimage/SLF4Swift.git",
19     "tag": "2.0.1"
20   },
21   "default_subspecs": "Core",
22   "resources": "logo-128x128.png",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "SLF4Swift/*.swift"
27     },
28     {
29       "name": "Impl",
30       "source_files": "SLF4Swift/Implementation/*.swift",
31       "dependencies": {
32         "SLF4Swift/Core": [
34         ]
35       }
36     },
37     {
38       "name": "CocoaLumberjack",
39       "source_files": "Backend/CocoaLumberjack/*.swift",
40       "dependencies": {
41         "SLF4Swift/Core": [
43         ],
44         "CocoaLumberjack/Swift": [
46         ]
47       },
48       "platforms": {
49         "ios": "8.0",
50         "osx": "10.10",
51         "watchos": "2.0"
52       }
53     },
54     {
55       "name": "XCGLogger",
56       "source_files": "Backend/XCGLogger/*.swift",
57       "dependencies": {
58         "SLF4Swift/Core": [
60         ],
61         "XCGLogger": [
63         ]
64       },
65       "platforms": {
66         "ios": "8.0",
67         "osx": "10.9",
68         "watchos": "2.0"
69       }
70     }
71   ]