[Add] RepairClubSDK 1.2.09
[CocoaPods.git] / Specs / 7 / d / e / SLF4Swift / 2.0.0 / SLF4Swift.podspec.json
blobf2932162408e04cc863bd901405ee84ff8b2dc28
2   "name": "SLF4Swift",
3   "version": "2.0.0",
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   },
15   "source": {
16     "git": "https://github.com/phimage/SLF4Swift.git",
17     "tag": "2.0.0"
18   },
19   "default_subspecs": "Core",
20   "resources": "logo-128x128.png",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "SLF4Swift/*.swift"
25     },
26     {
27       "name": "Impl",
28       "source_files": "SLF4Swift/Implementation/*.swift",
29       "dependencies": {
30         "SLF4Swift/Core": [
32         ]
33       }
34     }
35   ]