[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 1 / 0 / TBLogger / 1.0.0 / TBLogger.podspec.json
blob0372b3d65b62a57308d4bbd352633a30a3fb9516
2   "name": "TBLogger",
3   "version": "1.0.0",
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.0.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "TBLogger/Classes/**/*",
22   "public_header_files": "TBLogger/Classes/**/*.h",
23   "dependencies": {
24     "CDBKit": [
25       "~> 1.0"
26     ]
27   }