[Add] ZIMKit 2.6.8
[CocoaPods.git] / Specs / 2 / 1 / 0 / WSMLogger / 0.1.0 / WSMLogger.podspec.json
blob7356b73365a11bc034c7f6bda20ed3d7f1b6bb52
2   "name": "WSMLogger",
3   "version": "0.1.0",
4   "summary": "Super simple NSLog replacement that is better for multi-threaded code on iOS.",
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.1.0"
14   },
15   "social_media_url": "https://twitter.com/wrkstrm",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "WSMLogger": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "CocoaLumberjack": [
29     ]
30   }