[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / 8 / 1 / Flannel / 1.0.1 / Flannel.podspec.json
blob72cbac76fdf20c85bc0cfe4d8cb880c0ce20329e
2   "name": "Flannel",
3   "version": "1.0.1",
4   "summary": "Flannel is a stylish log formatter for CocoaLumberjack",
5   "description": "                    Flannel is a stylish log formatter for CocoaLumberjack. Flannel is thread safe and formats your CocoaLumberjack log statements so that you know the class and method from which your log statement originated.\n",
6   "homepage": "https://github.com/groomsy/flannel",
7   "license": "MIT",
8   "authors": {
9     "Todd Grooms": "todd.grooms@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/groomsy/flannel.git",
13     "tag": "1.0.1"
14   },
15   "requires_arc": true,
16   "dependencies": {
17     "CocoaLumberjack": [
18       "~> 1.8.1"
19     ]
20   },
21   "source_files": "Classes/",
22   "public_header_files": "Classes/**/*.h"