[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / 6 / f / UIForLumberjack / 1.0.2 / UIForLumberjack.podspec.json
blob41575f6c7bccef5ba9db46cf81e59f9ae8a2abe3
2   "name": "UIForLumberjack",
3   "version": "1.0.2",
4   "summary": "iOS UI library to display CocoaLumberjack logs on iOS device",
5   "description": "                   \n                   UIForLumberjack is a tool that allows you to see your CocoaLumberjack logs\n                   on your iOS device. It creates additional logger which puts all the logs\n                   to UITableView that can be displayed in any UIView. With UIForLumberjack you can\n                   see all your logs without Xcode and debugger!\n\n",
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.2"
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       "~> 1.7"
34     ]
35   }