[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 1 / 0 / TBLogger / 1.1.1 / TBLogger.podspec.json
blobac944719f97cbebefa668490e02d5402490cc4d0
2   "name": "TBLogger",
3   "version": "1.1.1",
4   "summary": "TBLogger helps you log in clear per instance way",
5   "description": "TBLogger helps you log in clear per instance way.\nYou could set desired log level in runtime and even change it on the fly.\nYou could customize log format, log level descriptions.",
6   "homepage": "https://github.com/truebucha/TBLogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "truebucha": "truebucha@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/truebucha/TBLogger.git",
16     "tag": "1.1.1"
17   },
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.8"
21   },
22   "source_files": "TBLogger/Classes/**/*",
23   "public_header_files": "TBLogger/Classes/**/*.h",
24   "frameworks": "Foundation",
25   "dependencies": {
26     "CDBKit": [
27       "~> 1.1"
28     ]
29   }