[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 9 / 8 / 1 / Flannel / 2.0.2 / Flannel.podspec.json
blobb8d3fd8a375c64ab408360f47aadaee73bff347a
2   "name": "Flannel",
3   "version": "2.0.2",
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.",
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": "2.0.2"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "source_files": "Pod/Classes",
21   "dependencies": {
22     "CocoaLumberjack": [
23       "~> 2.0"
24     ]
25   }