[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 0 / 6 / TFLogger / 1.0.3 / TFLogger.podspec.json
blob04a2aaf9fd9b4d5b15e961b5dacf3946ee23b59b
2   "name": "TFLogger",
3   "version": "1.0.3",
4   "summary": "Dependency free logging library.",
5   "description": "Logging library that you can use to have dependency free logs in your other cocoapod libraries. One can implement a custom log handler or use wither a default implementation or CocoaLumberjack handler.",
6   "homepage": "https://github.com/TriforkKRK/TFLogger",
7   "license": "Apache v2",
8   "authors": {
9     "Krzysztof Profic": "kprofic@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/TriforkKRK/TFLogger.git",
13     "tag": "1.0.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "Pod/*.{m,h}"
23     },
24     {
25       "name": "CocoaLumberjackHandler",
26       "source_files": "Pod/CocoaLumberjackHandler/*.{m,h}",
27       "dependencies": {
28         "CocoaLumberjack": [
29           "~> 1.9"
30         ],
31         "TFLogger/Core": [
33         ]
34       }
35     },
36     {
37       "name": "NSLogVisualFormat",
38       "source_files": "Pod/NSLogVisualFormat/*.{m,h}",
39       "dependencies": {
40         "TFLogger/Core": [
42         ]
43       }
44     }
45   ]