[Add] ZIMKit 2.6.8
[CocoaPods.git] / Specs / 2 / 1 / 0 / WSMLogger / 0.0.6 / WSMLogger.podspec.json
blob3572ab5347f8c7b3e7b1c9a42c8ba5052ccd0d4b
2   "name": "WSMLogger",
3   "version": "0.0.6",
4   "summary": "Super simple NSLog replacement that is better for multi-threaded code.",
5   "description": "                       This logger overrides the NSLog function with a macro that uses Cocoalumberjack under the hood.\n                       It is specifically usefull for debugging multi-threaded code.\n",
6   "homepage": "https://github.com/wrkstrm/WSMLogger",
7   "license": "MIT",
8   "authors": {
9     "Cristian Monterroza": "cmonterroza@wrkstrm.me"
10   },
11   "source": {
12     "git": "https://github.com/wrkstrm/WSMLogger.git",
13     "tag": "0.0.6"
14   },
15   "social_media_url": "https://twitter.com/wrkstrm",
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes",
22   "resource_bundles": {
23     "WSMLogger": [
24       "Pod/Assets/*.png"
25     ]
26   },
27   "dependencies": {
28     "CocoaLumberjack": [
30     ]
31   }