[Add] AgoraAudio_Special_iOS 4.3.2.134
[CocoaPods.git] / Specs / c / 4 / 3 / K9LogPatternFormatter / 2.0.0 / K9LogPatternFormatter.podspec.json
blob9f5667bb7892617e48f9fb5e2a56860c4931a94a
2   "name": "K9LogPatternFormatter",
3   "version": "2.0.0",
4   "summary": "K9LogPatternFormatter is flexible logging message formatter configurable with pattern string",
5   "homepage": "https://github.com/ishikawa/K9LogPatternFormatter",
6   "license": "MIT",
7   "authors": {
8     "Takanori Ishikawa": "takanori.ishikawa@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/ishikawa/K9LogPatternFormatter.git",
12     "tag": "2.0.0"
13   },
14   "frameworks": "Foundation",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Classes/Core/**/*.{h,m}"
24     },
25     {
26       "name": "Lumberjack",
27       "source_files": "Classes/Lumberjack/**/*.{h,m}",
28       "dependencies": {
29         "K9LogPatternFormatter/Core": [
31         ],
32         "CocoaLumberjack/Default": [
34         ]
35       }
36     }
37   ]