[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / d / e / SLF4Swift / 0.9.1 / SLF4Swift.podspec.json
blob94d7213b9fe38edfb42833f28a40054873f632bd
2   "name": "SLF4Swift",
3   "version": "0.9.1",
4   "summary": "Simple Log Facade for Swift",
5   "description": "                   Simple Log Facade for Swift serves as a simple facade\n                   for logging frameworks allowing the end user to plug in the desired\n                   logging framework at deployment time\n",
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": "0.9.1"
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   ]