[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / 5 / 1 / snLog / 0.1.0 / snLog.podspec.json
blobf2fdb0eb2974328b687eb63f36088c3315bd24eb
2   "name": "snLog",
3   "version": "0.1.0",
4   "summary": "Lightweight scalable logging for debug purposes",
5   "description": "Lightweight and quickly scaleable logging for iOS Apps during Debug phase. Just add modules via [Log activateModule: @\"module-name\"] and you can log via the activated module.\n[Log i:@\"tag\", Text: @\"text\"] can be used for information output\n[Log e:@\"tag\", Text: @\"text\"] can be used for error output\n[Log w:@\"tag\", Text: @\"text\"] can be used for warning output",
6   "homepage": "https://github.com/snakeNet-org/snLog",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marc Fiedler": "marc@snakenet.org"
13   },
14   "source": {
15     "git": "https://github.com/snakeNet-org/snLog.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/snakenet_org",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "snLog/Classes/**/*"