[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 9 / 6 / f / UIForLumberjack / 1.0.3 / UIForLumberjack.podspec.json
blob74e16b898ff15009c751f3fd395aead958d16424
2   "name": "UIForLumberjack",
3   "version": "1.0.3",
4   "summary": "iOS UI library to display CocoaLumberjack logs on iOS device",
5   "description": "UIForLumberjack is a tool that allows you to see your CocoaLumberjack logs\non your iOS device. It creates additional logger which puts all the logs\nto UITableView that can be displayed in any UIView. With UIForLumberjack you can\nsee all your logs without Xcode and debugger!",
6   "homepage": "https://github.com/burczyk/UIForLumberjack",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kamil Burczyk": "kamil.burczyk@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/burczyk/UIForLumberjack.git",
19     "tag": "1.0.3"
20   },
21   "source_files": [
22     "UIForLumberjack",
23     "UIForLumberjack/**/*.{h,m}"
24   ],
25   "exclude_files": "UIForLumberjackExample",
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "CocoaLumberjack": [
33       "~> 2.0"
34     ]
35   }