[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / 1 / 0 / WSMLogger / 0.1.1 / WSMLogger.podspec.json
blob1cb3ac34e5cbf321fd07ba9b9729a6a19285b2fd
2   "name": "WSMLogger",
3   "version": "0.1.1",
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.1"
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": [
28       "2.0.0-beta3"
29     ]
30   }