[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / e / 5 / f / THSlackLogger / 1.0.0 / THSlackLogger.podspec.json
blob3088b07353242315a0c6a6a8ea499bad76f38577
2   "name": "THSlackLogger",
3   "version": "1.0.0",
4   "summary": "Cocoalumberjack logger to Slack",
5   "description": "A Logger for [CocoaLumberjack](https://github.com/CocoaLumberjack/CocoaLumberjack) that writes to a custom Slack Channel",
6   "homepage": "https://github.com/hons82/THSlackLogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Hannes Tribus": "hons82@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/hons82/THSlackLogger.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "THSlackLogger/*.{h,m}",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.0.4"
27     ],
28     "CocoaLumberjack": [
29       "~> 2.2.0"
30     ]
31   }