[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 1 / 3 / 4 / GRLogger / 1.0.5 / GRLogger.podspec.json
blobbbcdb2e611efb11db5646bdcbf6fa8eb0d36df62
2   "name": "GRLogger",
3   "version": "1.0.5",
4   "summary": "A handy logger library for iOS",
5   "description": "                   A handy logger library:\n\n                   * Logger level\n                   * Handy macros, such as ENTERFUNC(), it can print the selector or function name\n",
6   "homepage": "https://github.com/ankyhe/GRLogger",
7   "license": {
8     "type": "MIT",
9     "file": "GRLogger/License"
10   },
11   "authors": {
12     "AnkyHe": "ankyhe@gmail.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/ankyhe/GRLogger.git",
19     "tag": "1.0.5"
20   },
21   "source_files": [
22     "GRLogger/GRLogger.h",
23     "GRLogger/GRLogger.m"
24   ],
25   "requires_arc": false